際際滷

際際滷Share a Scribd company logo
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)
Ad

Recommended

Creating WordPress Theme Faster, Smarter & Without Swearing
Creating WordPress Theme Faster, Smarter & Without Swearing
martinwolak
Drug absorption
Drug absorption
Cyberjaya University College of Medical Sciences
WordPress Theme Workshop: Part 2
WordPress Theme Workshop: Part 2
David Bisset
Template hierarchy -WordCamp Columbus
Template hierarchy -WordCamp Columbus
Al Davis
Intro to template hierarchy WCTO
Intro to template hierarchy WCTO
Al Davis
WordPress Template hierarchy
WordPress Template hierarchy
Jason Yingling
Intro to WordPress theme development
Intro to WordPress theme development
Thad Allender
Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014
Stephanie Eckles
Overview on WordPress theme file structure and working functionality
Overview on WordPress theme file structure and working functionality
Rakesh Kushwaha
WordPress Themes 101 - PSUWeb13 Workshop
WordPress Themes 101 - PSUWeb13 Workshop
Curtiss Grymala
Wordpress theme development
Wordpress theme development
Naeem Junejo
WordPress Theme Design and Development Workshop - Day 2
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
Learning Wordpress - the internal guide
Learning Wordpress - the internal guide
tom altman
Make WordPress Themes
Make WordPress Themes
Alison Foxall
WordPress Bootcamp Part 3 - Themes
WordPress Bootcamp Part 3 - Themes
Metronet
WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013
Curtiss Grymala
Wordpress template hierarchy
Wordpress template hierarchy
Stockton Group
The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017
Amanda Giles
WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013
Curtiss Grymala
Theme Development from the Coding End
Theme Development from the Coding End
East Bay WordPress Meetup
Dev Theming
Dev Theming
beedragon
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(css,php,js,ajax)
Wordpress(css,php,js,ajax)
SARAVANAN RAMAOORTHY
The Way to Theme Enlightenment
The Way to Theme Enlightenment
Amanda Giles
Building a WordPress theme
Building a WordPress theme
Josh Lee
WordPress Theming 101
WordPress Theming 101
Zero Point Development
Advanced Intro to Wordpress
Advanced Intro to Wordpress
Clique Studios
The WordPress University 2012
The WordPress University 2012
Stephanie Leary
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante

More Related Content

Similar to Dhaka WordPress Meetup 3 - Presentation for Template hierarchy (20)

Overview on WordPress theme file structure and working functionality
Overview on WordPress theme file structure and working functionality
Rakesh Kushwaha
WordPress Themes 101 - PSUWeb13 Workshop
WordPress Themes 101 - PSUWeb13 Workshop
Curtiss Grymala
Wordpress theme development
Wordpress theme development
Naeem Junejo
WordPress Theme Design and Development Workshop - Day 2
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
Learning Wordpress - the internal guide
Learning Wordpress - the internal guide
tom altman
Make WordPress Themes
Make WordPress Themes
Alison Foxall
WordPress Bootcamp Part 3 - Themes
WordPress Bootcamp Part 3 - Themes
Metronet
WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013
Curtiss Grymala
Wordpress template hierarchy
Wordpress template hierarchy
Stockton Group
The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017
Amanda Giles
WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013
Curtiss Grymala
Theme Development from the Coding End
Theme Development from the Coding End
East Bay WordPress Meetup
Dev Theming
Dev Theming
beedragon
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(css,php,js,ajax)
Wordpress(css,php,js,ajax)
SARAVANAN RAMAOORTHY
The Way to Theme Enlightenment
The Way to Theme Enlightenment
Amanda Giles
Building a WordPress theme
Building a WordPress theme
Josh Lee
WordPress Theming 101
WordPress Theming 101
Zero Point Development
Advanced Intro to Wordpress
Advanced Intro to Wordpress
Clique Studios
The WordPress University 2012
The WordPress University 2012
Stephanie Leary
Overview on WordPress theme file structure and working functionality
Overview on WordPress theme file structure and working functionality
Rakesh Kushwaha
WordPress Themes 101 - PSUWeb13 Workshop
WordPress Themes 101 - PSUWeb13 Workshop
Curtiss Grymala
Wordpress theme development
Wordpress theme development
Naeem Junejo
WordPress Theme Design and Development Workshop - Day 2
WordPress Theme Design and Development Workshop - Day 2
Mizanur Rahaman Mizan
Learning Wordpress - the internal guide
Learning Wordpress - the internal guide
tom altman
Make WordPress Themes
Make WordPress Themes
Alison Foxall
WordPress Bootcamp Part 3 - Themes
WordPress Bootcamp Part 3 - Themes
Metronet
WordPress Themes 101 - HighEdWeb New England 2013
WordPress Themes 101 - HighEdWeb New England 2013
Curtiss Grymala
Wordpress template hierarchy
Wordpress template hierarchy
Stockton Group
The Way to Theme Enlightenment 2017
The Way to Theme Enlightenment 2017
Amanda Giles
WordPress Themes 101 - dotEduGuru Summit 2013
WordPress Themes 101 - dotEduGuru Summit 2013
Curtiss Grymala
Dev Theming
Dev Theming
beedragon
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
The Way to Theme Enlightenment
The Way to Theme Enlightenment
Amanda Giles
Building a WordPress theme
Building a WordPress theme
Josh Lee
Advanced Intro to Wordpress
Advanced Intro to Wordpress
Clique Studios
The WordPress University 2012
The WordPress University 2012
Stephanie Leary

Recently uploaded (20)

9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
Python Conference Singapore - 19 Jun 2025
Python Conference Singapore - 19 Jun 2025
ninefyi
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
UserCon Belgium: Honey, VMware increased my bill
UserCon Belgium: Honey, VMware increased my bill
stijn40
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
Securing AI - There Is No Try, Only Do!.pdf
Securing AI - There Is No Try, Only Do!.pdf
Priyanka Aash
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
PyCon SG 25 - Firecracker Made Easy with Python.pdf
PyCon SG 25 - Firecracker Made Easy with Python.pdf
Muhammad Yuga Nugraha
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
The Growing Value and Application of FME & GenAI
The Growing Value and Application of FME & GenAI
Safe Software
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Priyanka Aash
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
The Future of Product Management in AI ERA.pdf
The Future of Product Management in AI ERA.pdf
Alyona Owens
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
cnc-processing-centers-centateq-p-110-en.pdf
cnc-processing-centers-centateq-p-110-en.pdf
AmirStern2
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
Security Tips for Enterprise Azure Solutions
Security Tips for Enterprise Azure Solutions
Michele Leroux Bustamante
Python Conference Singapore - 19 Jun 2025
Python Conference Singapore - 19 Jun 2025
ninefyi
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Smarter Aviation Data Management: Lessons from Swedavia Airports and Sweco
Safe Software
UserCon Belgium: Honey, VMware increased my bill
UserCon Belgium: Honey, VMware increased my bill
stijn40
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
Securing AI - There Is No Try, Only Do!.pdf
Securing AI - There Is No Try, Only Do!.pdf
Priyanka Aash
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
PyCon SG 25 - Firecracker Made Easy with Python.pdf
PyCon SG 25 - Firecracker Made Easy with Python.pdf
Muhammad Yuga Nugraha
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
Salesforce Summer '25 Release Frenchgathering.pptx.pdf
yosra Saidani
The Growing Value and Application of FME & GenAI
The Growing Value and Application of FME & GenAI
Safe Software
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Cracking the Code - Unveiling Synergies Between Open Source Security and AI.pdf
Priyanka Aash
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Enhance GitHub Copilot using MCP - Enterprise version.pdf
Nilesh Gule
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Coordinated Disclosure for ML - What's Different and What's the Same.pdf
Priyanka Aash
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
The Future of Product Management in AI ERA.pdf
The Future of Product Management in AI ERA.pdf
Alyona Owens
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
From Manual to Auto Searching- FME in the Driver's Seat
From Manual to Auto Searching- FME in the Driver's Seat
Safe Software
cnc-processing-centers-centateq-p-110-en.pdf
cnc-processing-centers-centateq-p-110-en.pdf
AmirStern2
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
Ad

Dhaka WordPress Meetup 3 - Presentation for Template hierarchy