SlideShare una empresa de Scribd logo
1 de 26
Descargar para leer sin conexión
Basics of Customizing
 WordPress Themes



           http://www.newtricks.com
First - Set It Up Properly

                Install and Set Up
                 Dashboard
                  –Privacy
                  –Permalinks
First - Set It Up Properly




                    –Privacy
First - Set It Up Properly




              –Permalinks
Tools You Will Need:
   Filezilla

   Firebug
   Programmers NotePad
Tools You Will Need:
•FTP Program: Filezilla
 Free from:
 http://filezilla.sourceforge.net/
 Tutorial on New Tricks Website:
 http://www.newtricks.me/
 uploading-wordpress-themes-and-
 plugins-through-ftp-with-filezilla/
Tools You Will Need:

•Firebug: Code Examiner
 Free Firefox Add-on
  Tutorial on New Tricks Website:
  http://www.newtricks.me/
  customizing-wordpress-themes
  -with-firebug/
Tools You Will Need:

•Programmers Notepad
  Free at: http://www.pnotepad
  .org/
  Tutorial on New Tricks Website:
  http://www.newtricks.me/using-
  programmers-notepad-to-edit-
  wordpress-files/
WordPress Themes
  How Do WordPress Site Files differ
  from Static Website Files?
WordPress Themes
Static Website Files vs WordPress Files?
• Static Site Page Files are created Page by Page.
  One Page, One File.
• The page is marked up into all of the sections
  with html ( hyper text markup language).
• All Text and Images are inserted into the
  divisions of the page when the page is created.
• The files all end in page_name.html.
• CSS file(s)applied to the site for the styling.
WordPress Themes
Static Website Files vs WordPress Files?
• WordPress is a database program made up of
  core program files and theme files.
• You need at least one set of theme files to have
  WordPress show up.
• WordPress themes are made up of a group of
  files that combine html and php scripts. The
  html provides the structure and the PHP calls
  content from the data base rather than having
  it all hardcoded into each page.
WordPress Themes
Static Website Files vs WordPress Files?
• WordPress is a database program made up of
  core program files and theme files.
• You need at least one set of theme files to have
  WordPress show up.
• WordPress themes are made up of a group of
  files that combine html and php scripts. The
  html provides the structure and the PHP calls
  content from the data base rather than having
  it all hardcoded into each page.
WordPress Themes
Static Website Files vs WordPress Files?
• WordPress Theme Files end in filename.php
• Rather than one file per page, WordPress files
  tend to be separated into functions. Such as:
  header.php, index.php, sidebar.php, footer.php,
  custom functions.php
• WordPress themes also have css stlye sheets
  applied to them to create the styling of the site.
WordPress Themes

How to Choose a WordPress Theme?
• Open-Source creates 1000’s of great themes.
• Some free some “premium” 25 – 85 dollars.
• Google search “WordPress Themes” or go to
  http://wordpress.org/extend/themes/
WordPress Themes

How Beginners should Choose a Theme?
Most important to customization is to choose a
 theme that has the “bones” that you want. For
 example: If you want a site with a custom
 header that you can create with your logo and
 tag line in it, then find a theme that already has
 a header and not just a text title and
 description.
WordPress Themes

How Beginners should Choose a Theme?
Another example: If you want a site with a large
  scale graphic image behind the content box,
  then find a site that already has that built in.
  Like: http://www.amypink.com/en/
  themes/city-dreams-wordpress-theme/
Modifying WordPress Themes
Twenty Ten Theme
Before you start:
1. Add Content or Install Dummy Content Plugin:
   http://wordpress.org/extend/
   plugins/wp-dummy-content/
2. Add Page Titles
3. Add Categories and assign one post to each.
Modifying the Header Twenty-Ten
 1. Check the size of the Header with Firebug. 940 x198
 2. Create a Header the same width. 940 x226
 3. If it is higher find the file that determines ht and
    width of header.
 4. Go to Appearances, Header and Upload the Header.
    Whoops it is too tall. Find the file for Ht of Header.
 5. In this theme it is not in header.php where you would
    expect it. It is in functions.php since there are user
    options that are in this file.
 6. Open the Editor and Change the height to 226 px.
 7. Go back to Appearance Header and Upload.
Modifying the Background in Twenty-Ten
 1. Go to Appearances, Background and Upload the
    Background image.
 2. Configure it as to whether it is tiling and in which
    way.
 3. You can also just change the background color by
    adding a color to the hex box. If you add both
    background image and color, then the colored
    background will come up when the image takes
    longer to load.
Removing Title and Description
1. Firebug the Title and see if you can remove the
   title with css, display: none;
2. Go to the css file and find that ID and Attribute
   and make the change.
                                #site-title a {
 3. Repeat with Description.    color:#000000;
                                font-weight:bold;
                                text-decoration:none;
                                display: none;}
Removing the excess padding in above header
1. Firebug to find the ID and attribute that needs
   to change.
#header {
padding:30px 0 0;
2. Change the padding to 10 or 0 in the css style
   sheet.
Add Your Plugins
•   Plugins extend WordPress Functionality.
•   Some Plugins Create Sitewide Functionality.
•   Some Plugins create Widgets for sidebars.
•   Ten Must Have Plugins on New Tricks:
    http://www.newtricks.me/ten-
    must-have-wordpress-plugins-
    for-every-wordpress-websites/
Creating an “About Me” Sidebar Widget
1. Go to Appearance Widget.
2. Select Text Box and drag it into position.
3. Give it a Title.
4. Go to Post, Add New and add the photo and
   text to the post box as if it were a little post.
5. Select html view and copy the contents of the
   post edit box.
6. Go to Widgets, open the text box and add the
   text. Check it out.
Creating an “Follow Me” Icon for Sidebar
1. Go to Plugins, Add New, Search for “Follow Me”
2. Add the Plugin and Activate it.
3. Go to Settings and find the Follow Me Plugin
   and configure it.
4. Add the various social media addresses.
5. Choose “Old Style” and Choose Size.
6. Go to Widgets, Find Follow Me and Drag it to
   Sidebar. Under the About Me Text Box.
Styling the Sticky Post Box in Twenty-Ten
1. Go to a post and make it “Sticky”. It will have a
   blue background.
2. Use Firebug to find the code for the Sticky Post
   Box Color, .home .sticky {
3. Make the change to another color in CSS.
I hope this wet your appetite for customizing
WordPress Themes. Get Yourself a good cheat
sheet for CSS and HTML you will learn a lot and
most of all have Fun!
                      Judi Knight

Our motto is, “It’s Never too Late”

Más contenido relacionado

La actualidad más candente

Basic WordPress for Beginner ppt
Basic WordPress for Beginner pptBasic WordPress for Beginner ppt
Basic WordPress for Beginner pptDipika Wadhvani
 
WordPress Website Creation Training Course Slides
WordPress Website Creation Training Course SlidesWordPress Website Creation Training Course Slides
WordPress Website Creation Training Course SlidesEquinet Academy
 
Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop PresentationFelix Albutra
 
WordCamp KC WordPress Basics
WordCamp KC WordPress BasicsWordCamp KC WordPress Basics
WordCamp KC WordPress BasicsJim Grant
 
After the install
After the installAfter the install
After the installAl Davis
 
Basic Wordpress Session
Basic Wordpress SessionBasic Wordpress Session
Basic Wordpress SessionVipul Garg
 
WordPress: An Introduction
WordPress: An IntroductionWordPress: An Introduction
WordPress: An Introductionsounddelivery
 
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconGary Bacon
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorialmandy_c
 
Shared Hosting and WordPress
Shared Hosting and WordPressShared Hosting and WordPress
Shared Hosting and WordPressAl Davis
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99Noel Saw
 
Installing WordPress The Right Way
Installing WordPress The Right WayInstalling WordPress The Right Way
Installing WordPress The Right WayChris Burgess
 
WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)Stephanie Leary
 

La actualidad más candente (20)

Wordpress ppt
Wordpress pptWordpress ppt
Wordpress ppt
 
Basic WordPress for Beginner ppt
Basic WordPress for Beginner pptBasic WordPress for Beginner ppt
Basic WordPress for Beginner ppt
 
WordPress Website Creation Training Course Slides
WordPress Website Creation Training Course SlidesWordPress Website Creation Training Course Slides
WordPress Website Creation Training Course Slides
 
Wordcampnigeria
WordcampnigeriaWordcampnigeria
Wordcampnigeria
 
Basic WordPress Workshop Presentation
Basic WordPress Workshop PresentationBasic WordPress Workshop Presentation
Basic WordPress Workshop Presentation
 
WordCamp KC WordPress Basics
WordCamp KC WordPress BasicsWordCamp KC WordPress Basics
WordCamp KC WordPress Basics
 
After the install
After the installAfter the install
After the install
 
Basic Wordpress Session
Basic Wordpress SessionBasic Wordpress Session
Basic Wordpress Session
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
 
WordPress: An Introduction
WordPress: An IntroductionWordPress: An Introduction
WordPress: An Introduction
 
Beginning WordPress
Beginning WordPressBeginning WordPress
Beginning WordPress
 
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. BaconIntroduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
Introduction to WordPress Slides from WordCamp 2012 by Gary A. Bacon
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
Shared Hosting and WordPress
Shared Hosting and WordPressShared Hosting and WordPress
Shared Hosting and WordPress
 
Wordpress
WordpressWordpress
Wordpress
 
Introduction to WordPress
Introduction to WordPressIntroduction to WordPress
Introduction to WordPress
 
SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99SoCal WordPress Meetup - iWeb to WordPress aka WP99
SoCal WordPress Meetup - iWeb to WordPress aka WP99
 
Installing WordPress The Right Way
Installing WordPress The Right WayInstalling WordPress The Right Way
Installing WordPress The Right Way
 
WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)WordPress Tips and Tricks (DFW Meetup)
WordPress Tips and Tricks (DFW Meetup)
 
Getting Started With Wordpress
Getting Started With WordpressGetting Started With Wordpress
Getting Started With Wordpress
 

Similar a Newbies guide to customizing word press themes 25

Theme development essentials columbus oh word camp 2012
Theme development essentials   columbus oh word camp 2012Theme development essentials   columbus oh word camp 2012
Theme development essentials columbus oh word camp 2012Joe Querin
 
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
Word press bootcamp  By Sourcescript Innovations and Mentors DojoWord press bootcamp  By Sourcescript Innovations and Mentors Dojo
Word press bootcamp By Sourcescript Innovations and Mentors Dojolightshire
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress ThemesLaura Hartwig
 
Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.Jacob Martella
 
advance theme development
advance theme developmentadvance theme development
advance theme development1amitgupta
 
WordPress Themes and Plugins
WordPress Themes and PluginsWordPress Themes and Plugins
WordPress Themes and Pluginssuperann
 
Wordpress template hierarchy
Wordpress template hierarchyWordpress template hierarchy
Wordpress template hierarchyStockton Group
 
Child themes
Child themesChild themes
Child themesbobwlsn
 
WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4David Bisset
 
WordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media InstituteWordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media InstituteBrendan Sera-Shriar
 
Wordpress theme development
Wordpress theme developmentWordpress theme development
Wordpress theme developmentNaeem Junejo
 
WordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopWordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopBrendan Sera-Shriar
 
Introduction to Custom WordPress Themeing
Introduction to Custom WordPress ThemeingIntroduction to Custom WordPress Themeing
Introduction to Custom WordPress ThemeingJamie Schmid
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design WorkshopFaye Tandog
 
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...LinnAlexandra
 
WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2David Bisset
 
The Way to Theme Enlightenment
The Way to Theme EnlightenmentThe Way to Theme Enlightenment
The Way to Theme EnlightenmentAmanda Giles
 

Similar a Newbies guide to customizing word press themes 25 (20)

Theme development essentials columbus oh word camp 2012
Theme development essentials   columbus oh word camp 2012Theme development essentials   columbus oh word camp 2012
Theme development essentials columbus oh word camp 2012
 
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
Word press bootcamp  By Sourcescript Innovations and Mentors DojoWord press bootcamp  By Sourcescript Innovations and Mentors Dojo
Word press bootcamp By Sourcescript Innovations and Mentors Dojo
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.Keeping Your Themes and Plugins Organized.
Keeping Your Themes and Plugins Organized.
 
advance theme development
advance theme developmentadvance theme development
advance theme development
 
WordPress Themes and Plugins
WordPress Themes and PluginsWordPress Themes and Plugins
WordPress Themes and Plugins
 
Wordpress template hierarchy
Wordpress template hierarchyWordpress template hierarchy
Wordpress template hierarchy
 
Child themes
Child themesChild themes
Child themes
 
WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4
 
WordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media InstituteWordPress 2.5 Overview - Rich Media Institute
WordPress 2.5 Overview - Rich Media Institute
 
Wordpress theme development
Wordpress theme developmentWordpress theme development
Wordpress theme development
 
WordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute WorkshopWordPress Theme Design - Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute Workshop
 
WordPress Theming 101
WordPress Theming 101WordPress Theming 101
WordPress Theming 101
 
Introduction to Custom WordPress Themeing
Introduction to Custom WordPress ThemeingIntroduction to Custom WordPress Themeing
Introduction to Custom WordPress Themeing
 
W pthemes
W pthemesW pthemes
W pthemes
 
MCC Web Design Workshop
MCC Web Design WorkshopMCC Web Design Workshop
MCC Web Design Workshop
 
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
Don't Fear the Custom Theme: How to build a custom WordPress theme with only ...
 
WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2
 
The Way to Theme Enlightenment
The Way to Theme EnlightenmentThe Way to Theme Enlightenment
The Way to Theme Enlightenment
 

Más de New Tricks

Bermuda Triangle WCATL 2019
Bermuda Triangle WCATL 2019 Bermuda Triangle WCATL 2019
Bermuda Triangle WCATL 2019 New Tricks
 
Biggest Mistake of Broke Web Designers
Biggest Mistake of Broke Web Designers Biggest Mistake of Broke Web Designers
Biggest Mistake of Broke Web Designers New Tricks
 
Seven Core Competency Framework of a WordPress Pro
Seven Core Competency Framework of a WordPress ProSeven Core Competency Framework of a WordPress Pro
Seven Core Competency Framework of a WordPress ProNew Tricks
 
Pricing websites like a pro WordCamp Asheville 2018
Pricing websites like a pro  WordCamp Asheville 2018Pricing websites like a pro  WordCamp Asheville 2018
Pricing websites like a pro WordCamp Asheville 2018New Tricks
 
How to Sail Trhough the Bermuda Triangle of Web Designer's Hell
How to Sail Trhough the Bermuda Triangle  of Web Designer's Hell How to Sail Trhough the Bermuda Triangle  of Web Designer's Hell
How to Sail Trhough the Bermuda Triangle of Web Designer's Hell New Tricks
 
How to PriceWebsites Like a Pro
How to PriceWebsites Like a Pro How to PriceWebsites Like a Pro
How to PriceWebsites Like a Pro New Tricks
 
Creating a Promo Video using Your iPad and Editing with iMovie for iPad
Creating a Promo Video using Your iPad and Editing with iMovie for iPadCreating a Promo Video using Your iPad and Editing with iMovie for iPad
Creating a Promo Video using Your iPad and Editing with iMovie for iPadNew Tricks
 
WordPress Goodness for Food Bloggers: Food and Wine Conference 2014
WordPress Goodness  for Food Bloggers: Food and Wine Conference 2014WordPress Goodness  for Food Bloggers: Food and Wine Conference 2014
WordPress Goodness for Food Bloggers: Food and Wine Conference 2014New Tricks
 
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...New Tricks
 
WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.
WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.
WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.New Tricks
 
The Truth About Email Marketing It's A Long Term Relationship.
The Truth About Email Marketing It's A Long Term Relationship. The Truth About Email Marketing It's A Long Term Relationship.
The Truth About Email Marketing It's A Long Term Relationship. New Tricks
 
Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...
Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...
Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...New Tricks
 
Blogger to WordPress Migration
Blogger to WordPress MigrationBlogger to WordPress Migration
Blogger to WordPress MigrationNew Tricks
 
Getting Started With WordPress Themes for Beginners
Getting Started With WordPress Themes for BeginnersGetting Started With WordPress Themes for Beginners
Getting Started With WordPress Themes for BeginnersNew Tricks
 
All about WordPress Posts and Pages WordCamp 2013
All about WordPress Posts and Pages WordCamp 2013 All about WordPress Posts and Pages WordCamp 2013
All about WordPress Posts and Pages WordCamp 2013 New Tricks
 
Getting started with WordPress
Getting started with WordPressGetting started with WordPress
Getting started with WordPressNew Tricks
 
How to Choose a WordPress Theme
How to Choose a WordPress ThemeHow to Choose a WordPress Theme
How to Choose a WordPress ThemeNew Tricks
 
Rock your Business with WordPRess
Rock your Business with WordPRessRock your Business with WordPRess
Rock your Business with WordPRessNew Tricks
 
Grow your business with social media
Grow your business with social mediaGrow your business with social media
Grow your business with social mediaNew Tricks
 

Más de New Tricks (20)

Bermuda Triangle WCATL 2019
Bermuda Triangle WCATL 2019 Bermuda Triangle WCATL 2019
Bermuda Triangle WCATL 2019
 
Biggest Mistake of Broke Web Designers
Biggest Mistake of Broke Web Designers Biggest Mistake of Broke Web Designers
Biggest Mistake of Broke Web Designers
 
Seven Core Competency Framework of a WordPress Pro
Seven Core Competency Framework of a WordPress ProSeven Core Competency Framework of a WordPress Pro
Seven Core Competency Framework of a WordPress Pro
 
Pricing websites like a pro WordCamp Asheville 2018
Pricing websites like a pro  WordCamp Asheville 2018Pricing websites like a pro  WordCamp Asheville 2018
Pricing websites like a pro WordCamp Asheville 2018
 
How to Sail Trhough the Bermuda Triangle of Web Designer's Hell
How to Sail Trhough the Bermuda Triangle  of Web Designer's Hell How to Sail Trhough the Bermuda Triangle  of Web Designer's Hell
How to Sail Trhough the Bermuda Triangle of Web Designer's Hell
 
How to PriceWebsites Like a Pro
How to PriceWebsites Like a Pro How to PriceWebsites Like a Pro
How to PriceWebsites Like a Pro
 
Storyboard
StoryboardStoryboard
Storyboard
 
Creating a Promo Video using Your iPad and Editing with iMovie for iPad
Creating a Promo Video using Your iPad and Editing with iMovie for iPadCreating a Promo Video using Your iPad and Editing with iMovie for iPad
Creating a Promo Video using Your iPad and Editing with iMovie for iPad
 
WordPress Goodness for Food Bloggers: Food and Wine Conference 2014
WordPress Goodness  for Food Bloggers: Food and Wine Conference 2014WordPress Goodness  for Food Bloggers: Food and Wine Conference 2014
WordPress Goodness for Food Bloggers: Food and Wine Conference 2014
 
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
WordCamp Atlanta 2014 - CSS For Beginners - By Michael Earley of ATL Squared ...
 
WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.
WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.
WordCamp Asheville Keynote: How did we get here? WordPress in 11 years.
 
The Truth About Email Marketing It's A Long Term Relationship.
The Truth About Email Marketing It's A Long Term Relationship. The Truth About Email Marketing It's A Long Term Relationship.
The Truth About Email Marketing It's A Long Term Relationship.
 
Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...
Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...
Content Marketing, Social Media and SEO Build Online Expertise and Attract yo...
 
Blogger to WordPress Migration
Blogger to WordPress MigrationBlogger to WordPress Migration
Blogger to WordPress Migration
 
Getting Started With WordPress Themes for Beginners
Getting Started With WordPress Themes for BeginnersGetting Started With WordPress Themes for Beginners
Getting Started With WordPress Themes for Beginners
 
All about WordPress Posts and Pages WordCamp 2013
All about WordPress Posts and Pages WordCamp 2013 All about WordPress Posts and Pages WordCamp 2013
All about WordPress Posts and Pages WordCamp 2013
 
Getting started with WordPress
Getting started with WordPressGetting started with WordPress
Getting started with WordPress
 
How to Choose a WordPress Theme
How to Choose a WordPress ThemeHow to Choose a WordPress Theme
How to Choose a WordPress Theme
 
Rock your Business with WordPRess
Rock your Business with WordPRessRock your Business with WordPRess
Rock your Business with WordPRess
 
Grow your business with social media
Grow your business with social mediaGrow your business with social media
Grow your business with social media
 

Último

Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证kbdhl05e
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxJackieSparrow3
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)oannq
 
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...JeylaisaManabat1
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxShubham Rawat
 

Último (6)

Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
 
南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证南新罕布什尔大学毕业证学位证成绩单-学历认证
南新罕布什尔大学毕业证学位证成绩单-学历认证
 
E J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptxE J Waggoner against Kellogg's Pantheism 8.pptx
E J Waggoner against Kellogg's Pantheism 8.pptx
 
(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)(南达科他州立大学毕业证学位证成绩单-永久存档)
(南达科他州立大学毕业证学位证成绩单-永久存档)
 
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
Module-2-Lesson-2-COMMUNICATION-AIDS-AND-STRATEGIES-USING-TOOLS-OF-TECHNOLOGY...
 
Inspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptxInspiring Through Words Power of Inspiration.pptx
Inspiring Through Words Power of Inspiration.pptx
 

Newbies guide to customizing word press themes 25

  • 1. Basics of Customizing WordPress Themes http://www.newtricks.com
  • 2. First - Set It Up Properly Install and Set Up Dashboard –Privacy –Permalinks
  • 3. First - Set It Up Properly –Privacy
  • 4. First - Set It Up Properly –Permalinks
  • 5. Tools You Will Need: Filezilla Firebug Programmers NotePad
  • 6. Tools You Will Need: •FTP Program: Filezilla Free from: http://filezilla.sourceforge.net/ Tutorial on New Tricks Website: http://www.newtricks.me/ uploading-wordpress-themes-and- plugins-through-ftp-with-filezilla/
  • 7. Tools You Will Need: •Firebug: Code Examiner Free Firefox Add-on Tutorial on New Tricks Website: http://www.newtricks.me/ customizing-wordpress-themes -with-firebug/
  • 8. Tools You Will Need: •Programmers Notepad Free at: http://www.pnotepad .org/ Tutorial on New Tricks Website: http://www.newtricks.me/using- programmers-notepad-to-edit- wordpress-files/
  • 9. WordPress Themes How Do WordPress Site Files differ from Static Website Files?
  • 10. WordPress Themes Static Website Files vs WordPress Files? • Static Site Page Files are created Page by Page. One Page, One File. • The page is marked up into all of the sections with html ( hyper text markup language). • All Text and Images are inserted into the divisions of the page when the page is created. • The files all end in page_name.html. • CSS file(s)applied to the site for the styling.
  • 11. WordPress Themes Static Website Files vs WordPress Files? • WordPress is a database program made up of core program files and theme files. • You need at least one set of theme files to have WordPress show up. • WordPress themes are made up of a group of files that combine html and php scripts. The html provides the structure and the PHP calls content from the data base rather than having it all hardcoded into each page.
  • 12. WordPress Themes Static Website Files vs WordPress Files? • WordPress is a database program made up of core program files and theme files. • You need at least one set of theme files to have WordPress show up. • WordPress themes are made up of a group of files that combine html and php scripts. The html provides the structure and the PHP calls content from the data base rather than having it all hardcoded into each page.
  • 13. WordPress Themes Static Website Files vs WordPress Files? • WordPress Theme Files end in filename.php • Rather than one file per page, WordPress files tend to be separated into functions. Such as: header.php, index.php, sidebar.php, footer.php, custom functions.php • WordPress themes also have css stlye sheets applied to them to create the styling of the site.
  • 14. WordPress Themes How to Choose a WordPress Theme? • Open-Source creates 1000’s of great themes. • Some free some “premium” 25 – 85 dollars. • Google search “WordPress Themes” or go to http://wordpress.org/extend/themes/
  • 15. WordPress Themes How Beginners should Choose a Theme? Most important to customization is to choose a theme that has the “bones” that you want. For example: If you want a site with a custom header that you can create with your logo and tag line in it, then find a theme that already has a header and not just a text title and description.
  • 16. WordPress Themes How Beginners should Choose a Theme? Another example: If you want a site with a large scale graphic image behind the content box, then find a site that already has that built in. Like: http://www.amypink.com/en/ themes/city-dreams-wordpress-theme/
  • 17. Modifying WordPress Themes Twenty Ten Theme Before you start: 1. Add Content or Install Dummy Content Plugin: http://wordpress.org/extend/ plugins/wp-dummy-content/ 2. Add Page Titles 3. Add Categories and assign one post to each.
  • 18. Modifying the Header Twenty-Ten 1. Check the size of the Header with Firebug. 940 x198 2. Create a Header the same width. 940 x226 3. If it is higher find the file that determines ht and width of header. 4. Go to Appearances, Header and Upload the Header. Whoops it is too tall. Find the file for Ht of Header. 5. In this theme it is not in header.php where you would expect it. It is in functions.php since there are user options that are in this file. 6. Open the Editor and Change the height to 226 px. 7. Go back to Appearance Header and Upload.
  • 19. Modifying the Background in Twenty-Ten 1. Go to Appearances, Background and Upload the Background image. 2. Configure it as to whether it is tiling and in which way. 3. You can also just change the background color by adding a color to the hex box. If you add both background image and color, then the colored background will come up when the image takes longer to load.
  • 20. Removing Title and Description 1. Firebug the Title and see if you can remove the title with css, display: none; 2. Go to the css file and find that ID and Attribute and make the change. #site-title a { 3. Repeat with Description. color:#000000; font-weight:bold; text-decoration:none; display: none;}
  • 21. Removing the excess padding in above header 1. Firebug to find the ID and attribute that needs to change. #header { padding:30px 0 0; 2. Change the padding to 10 or 0 in the css style sheet.
  • 22. Add Your Plugins • Plugins extend WordPress Functionality. • Some Plugins Create Sitewide Functionality. • Some Plugins create Widgets for sidebars. • Ten Must Have Plugins on New Tricks: http://www.newtricks.me/ten- must-have-wordpress-plugins- for-every-wordpress-websites/
  • 23. Creating an “About Me” Sidebar Widget 1. Go to Appearance Widget. 2. Select Text Box and drag it into position. 3. Give it a Title. 4. Go to Post, Add New and add the photo and text to the post box as if it were a little post. 5. Select html view and copy the contents of the post edit box. 6. Go to Widgets, open the text box and add the text. Check it out.
  • 24. Creating an “Follow Me” Icon for Sidebar 1. Go to Plugins, Add New, Search for “Follow Me” 2. Add the Plugin and Activate it. 3. Go to Settings and find the Follow Me Plugin and configure it. 4. Add the various social media addresses. 5. Choose “Old Style” and Choose Size. 6. Go to Widgets, Find Follow Me and Drag it to Sidebar. Under the About Me Text Box.
  • 25. Styling the Sticky Post Box in Twenty-Ten 1. Go to a post and make it “Sticky”. It will have a blue background. 2. Use Firebug to find the code for the Sticky Post Box Color, .home .sticky { 3. Make the change to another color in CSS.
  • 26. I hope this wet your appetite for customizing WordPress Themes. Get Yourself a good cheat sheet for CSS and HTML you will learn a lot and most of all have Fun! Judi Knight Our motto is, “It’s Never too Late”