SlideShare a Scribd company logo
1 of 27
WordPressTheme
Development
-Bijaya Kumar Oli
bj.aspire@gmail.com
What is WordPress Theme?
 Collection of files that work
together to produce a graphical
interface.
 Functionality of website
without changing the basic
WordPress software.
Theme Makes from
 HTML
 PHP
 CSS
 IMAGES
Some examples
of
WordPress Themes
Way of develop themes
1)From Scratch
2) Customizing themes
3) Build Child Theme
Minimum files require
 style.css
 index.php
1) From Scratch
Basic Layout of website
1)From Scratch
Basic files for theme development
 header.php (displays headers and navigation, contains HTML code)
 index.php (home )
 footer.php (Contains instructions for global footer , closes HTML tags.)
 page.php (individual pages)
 single.php (individual posts)
 sidebar.php (displays sidebars, which can be set up in functions.php)
 functions.php
 style.css
1)From Scratch
Define Theme Description
D
Define theme description on
style.css
/*
Theme Name: Wordpress Sanothimi
URI: http://wordpress.org/
Description: Clean Responsive thene.
Author: Bijaya Oli
Author URI: facebook.com/bijaya.oli
Version: 1.0
Tags: black, blue, white, two-columns,
License: License
URI: General comments (optional).
*/
1)From Scratch
Make Functional
functions.php is the main function file
 Contains custom functionality for theme
 Can be procedural or Object Oriented
 Can include plugin-like code
- Create settings page in admin area
- Apply filters
- Perform actions etc
1)From Scratch
Basic functions defined by WordPress
Posts
the_title (outputs the title of the post)
the_excerpt (outputs the post excerpt)
the_content (outputs the full post content)
the_category (outputs the post categories)
the_author (outputs the post author)
the_date (outputs the post date)
the_post_thumbnail(outputs the post image);
the_tags (outputs the post tags)
See more on
http://codex.wordpress.org/Function_Reference/
1)From Scratch
Custom Page Templates
Method of define custom template
<?php
/*
Template Name: Product Page
*/
?>
1)From Scratch
Template Hierarchy
Category display
Template file used to render a Category Archive Index page
1) category-{slug}.php
2) category-{id}.php
3) category.php
4) archive.php
5) index.php
See more on
http://codex.wordpress.org/Template_Hierarchy
1)From Scratch
Customizing Themes
 Customize existing themes
 Customize style, layout, functions etc.
 Add page templates
 Add custom post type, widgets
Starter Themes
Develop theme using starter themes.
(popular starter theme)
1) Underscores
http://underscores.me/
2) Bones
http://themble.com/bones/
Example of Starter theme (underscore)
Example of Starter theme (bones)
How to create child theme?
1. Creating Your Child Theme’s Folder
2. Creating Your Child Theme’s style.css File
3. Activating Your Child Theme
4. Making Further Alterations and Additions
style.css example of Child Theme
/*Theme Name: twentytwelve_chile
URI: http://twnty.tl
Description: Example child theme of twenty thirteen.
Author: Bijaya
Version: 1.0License:
GNU General Public License v2.0License
Template: twentytwelve
*/
@import url(../twentytwelve/style.css);
Screen shot
of child theme
At backend
How child theme works?
Questions?
Thank You
Contact me :
bj.aspire@gmail.com
facebook.com/bijaya.oli

More Related Content

What's hot

What's hot (20)

WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Bootstrap PPT Part - 2
Bootstrap PPT Part - 2Bootstrap PPT Part - 2
Bootstrap PPT Part - 2
 
BasicHTML
BasicHTMLBasicHTML
BasicHTML
 
(Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS (Fast) Introduction to HTML & CSS
(Fast) Introduction to HTML & CSS
 
Html coding
Html codingHtml coding
Html coding
 
An introduction to bootstrap
An introduction to bootstrapAn introduction to bootstrap
An introduction to bootstrap
 
Introduction of wordpress, Wordpress Training Ahmedabad, Wordpress Class Ahme...
Introduction of wordpress, Wordpress Training Ahmedabad, Wordpress Class Ahme...Introduction of wordpress, Wordpress Training Ahmedabad, Wordpress Class Ahme...
Introduction of wordpress, Wordpress Training Ahmedabad, Wordpress Class Ahme...
 
HTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifitsHTML Introduction, HTML History, HTML Uses, HTML benifits
HTML Introduction, HTML History, HTML Uses, HTML benifits
 
WordPress plugins
WordPress pluginsWordPress plugins
WordPress plugins
 
Php
PhpPhp
Php
 
Bootstrap Part - 1
Bootstrap Part - 1Bootstrap Part - 1
Bootstrap Part - 1
 
PHP
PHPPHP
PHP
 
Introduction To WordPress
Introduction To WordPressIntroduction To WordPress
Introduction To WordPress
 
Bootstrap PPT by Mukesh
Bootstrap PPT by MukeshBootstrap PPT by Mukesh
Bootstrap PPT by Mukesh
 
Web development
Web developmentWeb development
Web development
 
Bootstrap ppt
Bootstrap pptBootstrap ppt
Bootstrap ppt
 
Technical seo tips for web developers
Technical seo tips for web developersTechnical seo tips for web developers
Technical seo tips for web developers
 
Le Wagon - Web 101
Le Wagon - Web 101Le Wagon - Web 101
Le Wagon - Web 101
 
Bootstrap ppt
Bootstrap pptBootstrap ppt
Bootstrap ppt
 
Bootstrap 3
Bootstrap 3Bootstrap 3
Bootstrap 3
 

Similar to WordPress Theme Development

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
Joe Querin
 
Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
Bonnie Vasko
 
Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
Bonnie Vasko
 
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
lightshire
 

Similar to WordPress Theme Development (20)

WordPress Theme Development by Sharif Mohammad Eunus
WordPress Theme Development by Sharif Mohammad EunusWordPress Theme Development by Sharif Mohammad Eunus
WordPress Theme Development by Sharif Mohammad Eunus
 
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
 
Intro to WordPress theme development
Intro to WordPress theme developmentIntro to WordPress theme development
Intro to WordPress theme development
 
WordPress Theming 101
WordPress Theming 101WordPress Theming 101
WordPress Theming 101
 
Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
 
Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
 
Wordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for BeginnersWordcamp 2010 Themes for Beginners
Wordcamp 2010 Themes for Beginners
 
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
 
Arizona WP - Building a WordPress Theme
Arizona WP - Building a WordPress ThemeArizona WP - Building a WordPress Theme
Arizona WP - Building a WordPress Theme
 
WordPress theme template tour
WordPress theme template tourWordPress theme template tour
WordPress theme template tour
 
Wordcamp 2010
Wordcamp 2010Wordcamp 2010
Wordcamp 2010
 
Sagar presentation
Sagar presentationSagar presentation
Sagar presentation
 
Adopt or hack - how to hack a theme in a Drupal way
Adopt or hack - how to hack a theme in a Drupal wayAdopt or hack - how to hack a theme in a Drupal way
Adopt or hack - how to hack a theme in a Drupal way
 
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
 
Starting WordPress Theme Review
Starting WordPress Theme ReviewStarting WordPress Theme Review
Starting WordPress Theme Review
 
WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4WordPress Theme Workshop: Part 4
WordPress Theme Workshop: Part 4
 
Overview on WordPress theme file structure and working functionality
Overview on WordPress theme file structure and working functionality Overview on WordPress theme file structure and working functionality
Overview on WordPress theme file structure and working functionality
 
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 NepalWordPress theme development from scratch : ICT MeetUp 2013 Nepal
WordPress theme development from scratch : ICT MeetUp 2013 Nepal
 
Builing a WordPress Theme
Builing a WordPress ThemeBuiling a WordPress Theme
Builing a WordPress Theme
 
Building themesfromscratchwithframeworks
Building themesfromscratchwithframeworksBuilding themesfromscratchwithframeworks
Building themesfromscratchwithframeworks
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 

WordPress Theme Development

  • 2. What is WordPress Theme?  Collection of files that work together to produce a graphical interface.  Functionality of website without changing the basic WordPress software.
  • 3. Theme Makes from  HTML  PHP  CSS  IMAGES
  • 5.
  • 6.
  • 7.
  • 8. Way of develop themes 1)From Scratch 2) Customizing themes 3) Build Child Theme
  • 9. Minimum files require  style.css  index.php 1) From Scratch
  • 10. Basic Layout of website 1)From Scratch
  • 11. Basic files for theme development  header.php (displays headers and navigation, contains HTML code)  index.php (home )  footer.php (Contains instructions for global footer , closes HTML tags.)  page.php (individual pages)  single.php (individual posts)  sidebar.php (displays sidebars, which can be set up in functions.php)  functions.php  style.css 1)From Scratch
  • 12. Define Theme Description D Define theme description on style.css /* Theme Name: Wordpress Sanothimi URI: http://wordpress.org/ Description: Clean Responsive thene. Author: Bijaya Oli Author URI: facebook.com/bijaya.oli Version: 1.0 Tags: black, blue, white, two-columns, License: License URI: General comments (optional). */ 1)From Scratch
  • 13. Make Functional functions.php is the main function file  Contains custom functionality for theme  Can be procedural or Object Oriented  Can include plugin-like code - Create settings page in admin area - Apply filters - Perform actions etc 1)From Scratch
  • 14. Basic functions defined by WordPress Posts the_title (outputs the title of the post) the_excerpt (outputs the post excerpt) the_content (outputs the full post content) the_category (outputs the post categories) the_author (outputs the post author) the_date (outputs the post date) the_post_thumbnail(outputs the post image); the_tags (outputs the post tags) See more on http://codex.wordpress.org/Function_Reference/ 1)From Scratch
  • 15. Custom Page Templates Method of define custom template <?php /* Template Name: Product Page */ ?> 1)From Scratch
  • 16. Template Hierarchy Category display Template file used to render a Category Archive Index page 1) category-{slug}.php 2) category-{id}.php 3) category.php 4) archive.php 5) index.php See more on http://codex.wordpress.org/Template_Hierarchy 1)From Scratch
  • 17. Customizing Themes  Customize existing themes  Customize style, layout, functions etc.  Add page templates  Add custom post type, widgets
  • 18. Starter Themes Develop theme using starter themes. (popular starter theme) 1) Underscores http://underscores.me/ 2) Bones http://themble.com/bones/
  • 19. Example of Starter theme (underscore)
  • 20. Example of Starter theme (bones)
  • 21. How to create child theme? 1. Creating Your Child Theme’s Folder 2. Creating Your Child Theme’s style.css File 3. Activating Your Child Theme 4. Making Further Alterations and Additions
  • 22. style.css example of Child Theme /*Theme Name: twentytwelve_chile URI: http://twnty.tl Description: Example child theme of twenty thirteen. Author: Bijaya Version: 1.0License: GNU General Public License v2.0License Template: twentytwelve */ @import url(../twentytwelve/style.css);
  • 23. Screen shot of child theme At backend
  • 24.
  • 25. How child theme works?
  • 27. Thank You Contact me : bj.aspire@gmail.com facebook.com/bijaya.oli