Template Hierarchy
Posted 2022-11-18 04:47:47
1
785

Overview
WordPress uses the query string to decide which template or set of templates should be used to display the page. The query string is information that is contained in the link to each part of your website.
Put simply, WordPress searches down through the template hierarchy until it finds a matching template file. To determine which template file to use, WordPress:
- Matches every query string to a query type to decide which page is being requested (for example, a search page, a category page, etc);
- Selects the template in the order determined by the template hierarchy;
- Looks for template files with specific names in the current theme’s directory and uses the first matching template file as specified by the hierarchy
Examples
If your blog is at http://example.com/blog/
and a visitor clicks on a link to a category page such as http://example.com/blog/category/your-cat/
, WordPress looks for a template file in the current theme’s directory that matches the category’s ID to generate the correct page. More specifically, WordPress follows this procedure:
- Looks for a template file in the current theme’s directory that matches the category’s slug. If the category slug is “unicorns,” then WordPress looks for a template file named
category-unicorns.php
. - If
category-unicorns.php
is missing and the category’s ID is 4, WordPress looks for a template file namedcategory-4.php
. - If
category-4.php
is missing, WordPress will look for a generic category template file,category.php
. - If
category.php
does not exist, WordPress will look for a generic archive template,archive.php
. - If
archive.php
is also missing, WordPress will fall back to the main theme template file,index.php
.
Visual Overview


Cerca
Categorie
- Art
- Causes
- Best Offers
- Crafts
- Dance
- Drinks
- Film
- Fitness
- Food
- Giochi
- Festival
- Gardening
- Health
- Home
- Literature
- Music
- Networking
- Altre informazioni
- Party
- Religion
- Shopping
- Sports
- Theater
- Wellness
Leggi tutto
Mumbai to Trimbakeshwar Cab
Book Mumbai to Trimbakeshwar cab online at best price. CabBazar provides car rental services for...
ZRS-6 Pioneer ISO 12-Pin Car Connector | Nikkoe UK Store
When it comes to car audio upgrades, quality and compatibility matter. A seamless connection...
BTS K9 Dog Training: The Solution to Aggression and Basic Obedience Commands
Do you require help managing your dog's hostile habits? Or possibly you prefer assistance in...
Warum der GoodWe Lynx Home F Plus eine intelligente Energiespeicherlösung ist
In einer Zeit, in der erneuerbare Energien immer mehr an Bedeutung gewinnen, steigt auch das...
How Pre-Op Services Improve Surgery Outcomes
Surgery may be hectic. However good planning creates a huge difference. That’s why pre-op...