SlideShare une entreprise Scribd logo
1  sur  26
Advanced Theme Topics
 In this section, we’ll look at some advanced
theme topics.
 Child Themes
 User Interface (UI) Best Practices
 Theme Unit Tests
 validating the theme’s markup.
 What is a Parent Theme?
 What is Child Theme?
 If you are making extensive customizations –
beyond styles and a few theme files – creating a
parent theme might be a better option than a
child theme. Creating a parent theme allows
you to avoid issues with deprecated code in the
future. This needs to be decided on a case-by-
case basis.
 How to Create a Child Theme?
 1. Create a child theme folder .
 First, create a new folder in your themes
directory, located at wp-content/themes.
 Create a stylesheet: style.css
The following information is required:
 Theme Name – needs to be unique to your
theme
 Template – the name of the parent theme
directory.
 Enqueue stylesheet
 <?php
add_action(
'wp_enqueue_scripts','my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {
wp_enqueue_style( 'parent-style',
get_template_directory_uri() . '/style.css' );
}
?>
 Activate child theme->Administration Screen >
Appearance > Themes.
 You may need to re-save your menu
from Appearance > Menus and theme options
(including background and header images)
after activating the child theme.
 Adding Template Files ->any file you add to
your child theme will overwrite the same file
in the parent theme.
 Internationalization
Child themes can be prepared for translation into
other languages by using the
WordPress Internationalization API.
To internationalize a child theme follow these steps:
1. Add a languages directory.
 2. Add language files.
 Load a textdomain
 Use GetText functions to add i18n support for your
strings.
 Logo Homepage Link
 Descriptive Anchor Text
A bad example:
The best way to learn WordPress is to start using
it. To Download WordPress, click here.
A better example:
Download WordPress and start using it. That's the
best way to learn.
 Style Links with Underlines
 Different Link Colors
 There are 3 other states that links can have:
hover, when a mouse is over an element
focus, similar to hover but for keyboard users
active, when a user is clicking on a link
 Color Contrast
 Sufficient Font Size
 Associate Labels with Inputs
 Placeholder Text in Forms
 Descriptive Buttons
 Use Included Libraries->Image Cropper, Jcrop
 Standard JavaScript
 jQuery
 Including jQuery in your theme
 Event Handling
 Theme Testing
 Theme Unit Test Data
 Themes Unit Test.
 Validation Techniques
 Validation Checklist
 Validate HTML
 Validate CSS
 Validate Feeds
 Validation Resources and Articles
 wp_head()->Goes at the end of the <head> element
of a theme’s header.php template file.
 wp_footer()
 Wp_meta()
 Comment_form()
REALIGING YOUR THEME
 Required Theme Files
 style.css
 Index.php
 Comments.php
 Screenshot.php
While these files are the only files required by the
theme review team for acceptance into the
WordPress.org theme directory, you may use other
template files.
 Required Theme Files
 style.css
 Index.php
 Comments.php
 Screenshot.php
While these files are the only files required by the
theme review team for acceptance into the
WordPress.org theme directory, you may use other
template files.
 Theme Unit Test
 WordPress Settings
 WordPress Beta Tester
 Testing and debugging tools
 Theme Check
 Developer
 Debug Bar
 Log Deprecated Notices
 Browser testing
 Validation
 The WordPress Theme Review Team provides and
maintains the theme review guidelines as part of
their task as WordPress Contributors and
Developers for the WordPress Theme Directory.
 Get Involved:
The WordPress Theme Review Team is open to
anyone and is a great way to get a better
understanding of how themes are developed. To
become a member of the WordPress Theme Review
Team, read through the WordPress Theme Review
Team’s site.

 Here’s a list
of requirements and recommendations for
your theme’s documentation.
 Themes are required to provide end-user
documentation of any design limitations or
extraordinary installation/setup instructions.
 Themes are recommended to include
a readme.txt file, using plugin directory’s
readme.txt markdown format. This
recommendation will soon become required.
 Before themes are added to the WordPress Theme Directory,
they are closely reviewed by the Theme Review team to
make sure they adhere to basic guidelines. This
review ensures that WordPress users across the globe can
download themes that are high quality and secure.
 Need Help?-> Developing with WordPress
 Guidelines->Make sure you review the Theme Review
Guidelines before uploading a theme.
 Testing With Sample Data
 Uploading Your Theme
When you are ready to submit your theme for review, please
upload your theme ZIP at Themes > Upload. Future updates are
to be uploaded via the same page.
 More information about the theme review process is
available on the Theme Review Team’s website.
References
 This section contains lists of Template
Tags and Conditional Tags.
 Template Tags are used in your Template Files
to display information dynamically or
otherwise customize your site.
 Conditional Tags are a boolean data type that
can be used in your Template Files to alter the
display of content depending on the conditions
that the current page matches.
 Template tags files are stored in the wp-includes
directory. The files have the suffix of “-template.php”
to distinguish them from other WordPress files. There
are 9 template tags files:
 wp-includes/general-template.php
 wp-includes/author-template.php
 wp-includes/bookmark-template.php
 wp-includes/category-template.php
 wp-includes/comment-template.php
 wp-includes/link-template.php
 wp-includes/post-template.php
 wp-includes/post-thumbnail-template.php
 wp-includes/nav-menu-template.php
 General tags
 Author tags
 Category tags
 Comment tags
 Link tags
 Post tags
 Post Thumbnail tags
 Navigation Menu tags
 Eg:of Conditional Tags:
 is_front_page()
 is_home()
 is_author()
 is_date()
 is_day()
 is_time()
 is_new_day()
 is_archive()
 is_search()
 Note: You can only use conditional query tags after
the WP_Query is set up or with action hook.
Credits
 This list of credits is taken from revisions as pages
are migrated over.
 @ancawonka
 @Anthonynotes
 @atachibana
 @austingunter
 @BandonRandon
 @BFTrick
 @BigActual
 @bkozma
 @boborchard
 @vrm

Contenu connexe

Tendances

Wordpress Custom Child theme
Wordpress Custom Child themeWordpress Custom Child theme
Wordpress Custom Child themeYouSaf HasSan
 
WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013Curtiss Grymala
 
WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013Curtiss Grymala
 
Drupal terminology
Drupal terminologyDrupal terminology
Drupal terminologyRachit Gupta
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introductionapnwebdev
 
Wordpress 101 - The Basics by Jack Davenport
Wordpress 101 - The Basics by Jack DavenportWordpress 101 - The Basics by Jack Davenport
Wordpress 101 - The Basics by Jack DavenportJäck Davenpørt
 
Working with Mediawiki
Working with MediawikiWorking with Mediawiki
Working with MediawikiJames Howard
 
WordPress Theme Unit Tests
WordPress Theme Unit TestsWordPress Theme Unit Tests
WordPress Theme Unit TestsKristen Symonds
 
CSS introduction
CSS introductionCSS introduction
CSS introductionCloudTech 
 
Week 5 open session
Week 5 open sessionWeek 5 open session
Week 5 open sessionRandall Rode
 
Z04 etano template_basics
Z04 etano template_basicsZ04 etano template_basics
Z04 etano template_basicsDaouni Monsite
 
April 2016 - USG Web Tech Day - Let's Talk Drupal
April 2016 - USG Web Tech Day - Let's Talk DrupalApril 2016 - USG Web Tech Day - Let's Talk Drupal
April 2016 - USG Web Tech Day - Let's Talk DrupalEric Sembrat
 
Css presentation lecture 1
Css presentation lecture 1Css presentation lecture 1
Css presentation lecture 1Mudasir Syed
 
Beyond WP-CONTENT | #WCRaleigh
Beyond WP-CONTENT | #WCRaleighBeyond WP-CONTENT | #WCRaleigh
Beyond WP-CONTENT | #WCRaleighGlenn Ansley
 

Tendances (17)

Wordpress Custom Child theme
Wordpress Custom Child themeWordpress Custom Child theme
Wordpress Custom Child theme
 
uptu web technology unit 2 Css
uptu web technology unit 2 Cssuptu web technology unit 2 Css
uptu web technology unit 2 Css
 
WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013
 
WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013
 
Drupal terminology
Drupal terminologyDrupal terminology
Drupal terminology
 
1 03 - CSS Introduction
1 03 - CSS Introduction1 03 - CSS Introduction
1 03 - CSS Introduction
 
Wordpress 101 - The Basics by Jack Davenport
Wordpress 101 - The Basics by Jack DavenportWordpress 101 - The Basics by Jack Davenport
Wordpress 101 - The Basics by Jack Davenport
 
Working with Mediawiki
Working with MediawikiWorking with Mediawiki
Working with Mediawiki
 
WordPress Theme Unit Tests
WordPress Theme Unit TestsWordPress Theme Unit Tests
WordPress Theme Unit Tests
 
CSS introduction
CSS introductionCSS introduction
CSS introduction
 
Week 5 open session
Week 5 open sessionWeek 5 open session
Week 5 open session
 
Z04 etano template_basics
Z04 etano template_basicsZ04 etano template_basics
Z04 etano template_basics
 
April 2016 - USG Web Tech Day - Let's Talk Drupal
April 2016 - USG Web Tech Day - Let's Talk DrupalApril 2016 - USG Web Tech Day - Let's Talk Drupal
April 2016 - USG Web Tech Day - Let's Talk Drupal
 
Css presentation lecture 1
Css presentation lecture 1Css presentation lecture 1
Css presentation lecture 1
 
Css
CssCss
Css
 
Slideshare PPT Training
Slideshare PPT TrainingSlideshare PPT Training
Slideshare PPT Training
 
Beyond WP-CONTENT | #WCRaleigh
Beyond WP-CONTENT | #WCRaleighBeyond WP-CONTENT | #WCRaleigh
Beyond WP-CONTENT | #WCRaleigh
 

Similaire à advance theme development

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
 
Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25New Tricks
 
Meetup child-themes
Meetup child-themesMeetup child-themes
Meetup child-themesDaisyOlsen
 
Meetup child-themes
Meetup child-themesMeetup child-themes
Meetup child-themesDaisyOlsen
 
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
 
Meetup child-themes
Meetup child-themesMeetup child-themes
Meetup child-themesDaisyOlsen
 
Child Themes (WordCamp Dublin 2017) with notes
Child Themes (WordCamp Dublin 2017) with notesChild Themes (WordCamp Dublin 2017) with notes
Child Themes (WordCamp Dublin 2017) with notesDamien Carbery
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress ThemesLaura Hartwig
 
Firstborn child theme word camp presentation - atlanta 2013
Firstborn child theme   word camp presentation - atlanta 2013Firstborn child theme   word camp presentation - atlanta 2013
Firstborn child theme word camp presentation - atlanta 2013Evan Mullins
 
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
 
WortdPress Child themes: Why and How
WortdPress Child themes: Why and HowWortdPress Child themes: Why and How
WortdPress Child themes: Why and HowPaul Bearne
 
Submitting to the WordPress Theme Directory
Submitting to the WordPress Theme DirectorySubmitting to the WordPress Theme Directory
Submitting to the WordPress Theme DirectoryAnthony Hortin
 
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 Rakesh Kushwaha
 
WordPress Child Themes
WordPress Child ThemesWordPress Child Themes
WordPress Child Themesrfair404
 
Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress developmentSteve Mortiboy
 
2009-08-28-WordPress-Parent-Child-Themes
2009-08-28-WordPress-Parent-Child-Themes2009-08-28-WordPress-Parent-Child-Themes
2009-08-28-WordPress-Parent-Child-ThemesLightSpeed
 
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
 
Child themes
Child themesChild themes
Child themesbobwlsn
 

Similaire à advance theme development (20)

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 ...
 
Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25Newbies guide to customizing word press themes 25
Newbies guide to customizing word press themes 25
 
Meetup child-themes
Meetup child-themesMeetup child-themes
Meetup child-themes
 
Meetup child-themes
Meetup child-themesMeetup child-themes
Meetup child-themes
 
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
 
Meetup child-themes
Meetup child-themesMeetup child-themes
Meetup child-themes
 
Child Themes (WordCamp Dublin 2017) with notes
Child Themes (WordCamp Dublin 2017) with notesChild Themes (WordCamp Dublin 2017) with notes
Child Themes (WordCamp Dublin 2017) with notes
 
Customizing WordPress Themes
Customizing WordPress ThemesCustomizing WordPress Themes
Customizing WordPress Themes
 
Firstborn child theme word camp presentation - atlanta 2013
Firstborn child theme   word camp presentation - atlanta 2013Firstborn child theme   word camp presentation - atlanta 2013
Firstborn child theme word camp presentation - atlanta 2013
 
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
 
WortdPress Child themes: Why and How
WortdPress Child themes: Why and HowWortdPress Child themes: Why and How
WortdPress Child themes: Why and How
 
Submitting to the WordPress Theme Directory
Submitting to the WordPress Theme DirectorySubmitting to the WordPress Theme Directory
Submitting to the WordPress Theme Directory
 
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 Child Themes
WordPress Child ThemesWordPress Child Themes
WordPress Child Themes
 
Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress development
 
2009-08-28-WordPress-Parent-Child-Themes
2009-08-28-WordPress-Parent-Child-Themes2009-08-28-WordPress-Parent-Child-Themes
2009-08-28-WordPress-Parent-Child-Themes
 
Starting wordpress
Starting wordpressStarting wordpress
Starting wordpress
 
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
 
W pthemes
W pthemesW pthemes
W pthemes
 
Child themes
Child themesChild themes
Child themes
 

Dernier

❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.Nitya salvi
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...Call Girls in Nagpur High Profile
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...nirzagarg
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxbingyichin04
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...Delhi Call girls
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja Nehwal
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...Call Girls in Nagpur High Profile
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxTusharBahuguna2
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdftbatkhuu1
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfamanda2495
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfParomita Roy
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja Nehwal
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Call Girls in Nagpur High Profile
 

Dernier (20)

❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
❤Personal Whatsapp Number 8617697112 Samba Call Girls 💦✅.
 
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
 
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
Nisha Yadav Escorts Service Ernakulam ❣️ 7014168258 ❣️ High Cost Unlimited Ha...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Sweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptxSweety Planet Packaging Design Process Book.pptx
Sweety Planet Packaging Design Process Book.pptx
 
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
call girls in Kaushambi (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝...
 
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 105, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
 
Design Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptxDesign Inspiration for College by Slidesgo.pptx
Design Inspiration for College by Slidesgo.pptx
 
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️call girls in Dakshinpuri  (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
call girls in Dakshinpuri (DELHI) 🔝 >༒9953056974 🔝 genuine Escort Service 🔝✔️✔️
 
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Nagavara ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 104, Noida Call girls :8448380779 Model Escorts | 100% verified
 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdfChapter 19_DDA_TOD Policy_First Draft 2012.pdf
Chapter 19_DDA_TOD Policy_First Draft 2012.pdf
 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Th...
 
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...Top Rated  Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
Top Rated Pune Call Girls Koregaon Park ⟟ 6297143586 ⟟ Call Me For Genuine S...
 

advance theme development

  • 2.  In this section, we’ll look at some advanced theme topics.  Child Themes  User Interface (UI) Best Practices  Theme Unit Tests  validating the theme’s markup.
  • 3.  What is a Parent Theme?  What is Child Theme?  If you are making extensive customizations – beyond styles and a few theme files – creating a parent theme might be a better option than a child theme. Creating a parent theme allows you to avoid issues with deprecated code in the future. This needs to be decided on a case-by- case basis.
  • 4.  How to Create a Child Theme?  1. Create a child theme folder .  First, create a new folder in your themes directory, located at wp-content/themes.  Create a stylesheet: style.css The following information is required:  Theme Name – needs to be unique to your theme  Template – the name of the parent theme directory.
  • 5.  Enqueue stylesheet  <?php add_action( 'wp_enqueue_scripts','my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } ?>  Activate child theme->Administration Screen > Appearance > Themes.
  • 6.  You may need to re-save your menu from Appearance > Menus and theme options (including background and header images) after activating the child theme.  Adding Template Files ->any file you add to your child theme will overwrite the same file in the parent theme.
  • 7.  Internationalization Child themes can be prepared for translation into other languages by using the WordPress Internationalization API. To internationalize a child theme follow these steps: 1. Add a languages directory.  2. Add language files.  Load a textdomain  Use GetText functions to add i18n support for your strings.
  • 8.  Logo Homepage Link  Descriptive Anchor Text A bad example: The best way to learn WordPress is to start using it. To Download WordPress, click here. A better example: Download WordPress and start using it. That's the best way to learn.
  • 9.  Style Links with Underlines  Different Link Colors  There are 3 other states that links can have: hover, when a mouse is over an element focus, similar to hover but for keyboard users active, when a user is clicking on a link  Color Contrast  Sufficient Font Size  Associate Labels with Inputs  Placeholder Text in Forms  Descriptive Buttons
  • 10.  Use Included Libraries->Image Cropper, Jcrop  Standard JavaScript  jQuery  Including jQuery in your theme  Event Handling  Theme Testing  Theme Unit Test Data  Themes Unit Test.
  • 11.  Validation Techniques  Validation Checklist  Validate HTML  Validate CSS  Validate Feeds  Validation Resources and Articles
  • 12.  wp_head()->Goes at the end of the <head> element of a theme’s header.php template file.  wp_footer()  Wp_meta()  Comment_form()
  • 14.  Required Theme Files  style.css  Index.php  Comments.php  Screenshot.php While these files are the only files required by the theme review team for acceptance into the WordPress.org theme directory, you may use other template files.
  • 15.  Required Theme Files  style.css  Index.php  Comments.php  Screenshot.php While these files are the only files required by the theme review team for acceptance into the WordPress.org theme directory, you may use other template files.
  • 16.  Theme Unit Test  WordPress Settings  WordPress Beta Tester  Testing and debugging tools  Theme Check  Developer  Debug Bar  Log Deprecated Notices  Browser testing  Validation
  • 17.  The WordPress Theme Review Team provides and maintains the theme review guidelines as part of their task as WordPress Contributors and Developers for the WordPress Theme Directory.  Get Involved: The WordPress Theme Review Team is open to anyone and is a great way to get a better understanding of how themes are developed. To become a member of the WordPress Theme Review Team, read through the WordPress Theme Review Team’s site. 
  • 18.  Here’s a list of requirements and recommendations for your theme’s documentation.  Themes are required to provide end-user documentation of any design limitations or extraordinary installation/setup instructions.  Themes are recommended to include a readme.txt file, using plugin directory’s readme.txt markdown format. This recommendation will soon become required.
  • 19.  Before themes are added to the WordPress Theme Directory, they are closely reviewed by the Theme Review team to make sure they adhere to basic guidelines. This review ensures that WordPress users across the globe can download themes that are high quality and secure.  Need Help?-> Developing with WordPress  Guidelines->Make sure you review the Theme Review Guidelines before uploading a theme.  Testing With Sample Data  Uploading Your Theme When you are ready to submit your theme for review, please upload your theme ZIP at Themes > Upload. Future updates are to be uploaded via the same page.  More information about the theme review process is available on the Theme Review Team’s website.
  • 21.  This section contains lists of Template Tags and Conditional Tags.  Template Tags are used in your Template Files to display information dynamically or otherwise customize your site.  Conditional Tags are a boolean data type that can be used in your Template Files to alter the display of content depending on the conditions that the current page matches.
  • 22.  Template tags files are stored in the wp-includes directory. The files have the suffix of “-template.php” to distinguish them from other WordPress files. There are 9 template tags files:  wp-includes/general-template.php  wp-includes/author-template.php  wp-includes/bookmark-template.php  wp-includes/category-template.php  wp-includes/comment-template.php  wp-includes/link-template.php  wp-includes/post-template.php  wp-includes/post-thumbnail-template.php  wp-includes/nav-menu-template.php
  • 23.  General tags  Author tags  Category tags  Comment tags  Link tags  Post tags  Post Thumbnail tags  Navigation Menu tags
  • 24.  Eg:of Conditional Tags:  is_front_page()  is_home()  is_author()  is_date()  is_day()  is_time()  is_new_day()  is_archive()  is_search()  Note: You can only use conditional query tags after the WP_Query is set up or with action hook.
  • 26.  This list of credits is taken from revisions as pages are migrated over.  @ancawonka  @Anthonynotes  @atachibana  @austingunter  @BandonRandon  @BFTrick  @BigActual  @bkozma  @boborchard  @vrm