SlideShare ist ein Scribd-Unternehmen logo
1 von 23
19 July 2013
WordPress Template
Hierarchy
Presented by
Dhaka WordPress Meetup 3
oneTarek.com
Md Jahidul Islam(oneTarek)
The
Question
How can I show different style and layout
for different type pages like Home, Single,
Pages, Category, Tag,
Taxonomy, Attachment etc.
The
Answer 1
Hard Way
We can use various conditional tags
to detect what kind of page
has been displayed currently
In header.php we can use
if(is_home())
{load styles and layout for homepage}
elseif(is_single())
{load styles and layout for single page}
And so on..
Some Conditional Tags
is_home(), is_single(), is_page(),is_tag(), is_category(),
is_author(), is_404() and more...
The
Answer 2
Easy and
Best Way
WordPress loads
different theme files
to display
different types of pages
The
Question
What file(s) does WordPress use when it
displays a certain type of page?
The
Answer?
Read Detail :
codex.wordpress.org/Template_Hierarchy
Template Hierarchy
Lets
start with
the
basics
header.php
footer.php
sidebar.php
The Loop
A
working
theme
needs:
index.php + style.css =
A very basic but functional theme
So what
is with all
of this
then?
A: Different looks for different types of content
home.php
Home Page Display Rules 1
2index.php
front-page.php
This is used for displaying your latest posts or a static page as
defined in Settings > Reading
Front or Home page
3
1
2
Page Display Rules
When you set the Front page in Settings> Reading
Home Page Display Rules
When posts page is set in the Front Page displays section of
Settings> Reading
4
Custom Template File
The page template assigned to the page
<?php
/* Template Name: Whatever you call your template*/
?>
Page Display Rules
page.php
3
1
2
page-{slug}.php
if you use the slug “ bananas” WordPress will look for page-
bananas.php
page-{id}.php
if the page ID is 4, Wordpress looks to use page-4.php
5index.php
Single Post Page
Singular Page
1
2Static page
Attachment post
Singlular page
Single post
3
1
2Custom Post
Blog post
4
MIME-type.php
It can be any MIME type ( video.php, image.php, etc) for
text/plain in order:
1.text.php
2.plain.php
3.text_plain.php
Singular Post
single.php
Single Post- Attachment
3
1
2attachment.php
single-attachment.php
5index.php
single-{posttype}.php
if post type was “movies”, WordPress would look for
single-movies.php
Singular Post single.php
Single Post- Custom Post
3
1
2 index.php
single-post.php
Singular Post single.php
Single Post- Blog Post
3
1
2 index.php
4
Custom Template File
The page template assigned to the page
<?php
/* Template Name: Whatever you call your template*/
?>
Singular Page
page.php
3
1
2
page-{slug}.php
if you use the slug “ bananas” WordPress will look for page-
bananas.php
page-{id}.php
if the page ID is 4, Wordpress looks to use page-4.php
5index.php
Static page-
aka
“ Page Display Rules”
Post Pages
Category Pages
Tag Pages
Custom Post Types
Archive Pages
Date Pages
3
1
2Author Pages
Category Pages Tag Pages Author Pages Date Pages
4
3
1
2
5
1 tag-{slug}.php
tag-{id}.php
tag.php
archive.php
index.php
4
3
2
5
1 category-{slug}.php
category-{id}.php
category.php
archive.php
index.php
4
3
2
5
1 author-{nicename}.php
author-{id}.php
author.php
archive.php
index.php
3
2
1 date.php
archive.php
index.php
Custom Post Type Pages
3
2
1 archive-{post-type}.php
archive.php
index.php
Category Pages from Tag Pages
Why learn this?
Category from Category
Differentiate Content Types
3
1
2
Category from Pages
4Pages
uestion?
Qany
THANKS
FOR YOUR
ATTENTION
Contact
Website: onetarek.com
Facebook.com/oneTarek
Twitter.com/oneTarek
WordPress : oneTarek
Md Jahidul Islam(oneTarek)

Weitere ähnliche Inhalte

Ă„hnlich wie Dhaka WordPress Meetup 3 - Presentation for Template hierarchy

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
 
Week 7 introduction to theme development
Week 7   introduction to theme developmentWeek 7   introduction to theme development
Week 7 introduction to theme development
henri_makembe
 

Ă„hnlich wie Dhaka WordPress Meetup 3 - Presentation for Template hierarchy (20)

WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2
 
Easy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme IntegrationEasy Guide to WordPress Theme Integration
Easy Guide to WordPress Theme Integration
 
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
 
Week 7 introduction to theme development
Week 7   introduction to theme developmentWeek 7   introduction to theme development
Week 7 introduction to theme development
 
What is the WordPress Loop?
What is the WordPress Loop?What is the WordPress Loop?
What is the WordPress Loop?
 
Using Custom Post Types and Advanced Custom Fields with Elementor
 Using Custom Post Types and Advanced Custom Fields with Elementor Using Custom Post Types and Advanced Custom Fields with Elementor
Using Custom Post Types and Advanced Custom Fields with Elementor
 
WordPress Bootcamp Part 3 - Themes
WordPress Bootcamp Part 3 - ThemesWordPress Bootcamp Part 3 - Themes
WordPress Bootcamp Part 3 - Themes
 
WordCamp Detroit 2010 Wordpress Theme Hacks
WordCamp Detroit 2010 Wordpress Theme HacksWordCamp Detroit 2010 Wordpress Theme Hacks
WordCamp Detroit 2010 Wordpress Theme Hacks
 
WordPress theme template tour
WordPress theme template tourWordPress theme template tour
WordPress theme template tour
 
WordPress as a CMS
WordPress as a CMSWordPress as a CMS
WordPress as a CMS
 
advance theme development
advance theme developmentadvance theme development
advance theme development
 
WortdPress Child themes: Why and How
WortdPress Child themes: Why and HowWortdPress Child themes: Why and How
WortdPress Child themes: Why and How
 
Sagar presentation
Sagar presentationSagar presentation
Sagar presentation
 
Custome page template
Custome page templateCustome page template
Custome page template
 
WordPress as a CMS v2
WordPress as a CMS v2WordPress as a CMS v2
WordPress as a CMS v2
 
Introduction to WordPress & Theme Development
Introduction to WordPress & Theme DevelopmentIntroduction to WordPress & Theme Development
Introduction to WordPress & Theme Development
 
WordPress Template hierarchy
WordPress Template hierarchyWordPress Template hierarchy
WordPress Template hierarchy
 
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 Theming 101
WordPress Theming 101WordPress Theming 101
WordPress Theming 101
 
Wordpress template hierarchy
Wordpress template hierarchyWordpress template hierarchy
Wordpress template hierarchy
 

KĂĽrzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

KĂĽrzlich hochgeladen (20)

TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 

Dhaka WordPress Meetup 3 - Presentation for Template hierarchy