Custom WordPress Theme Development (2022)#17 - Custom category page , category.php

Опубликовано: 03 Май 2026
на канале: AGWS | And Go Web Solutions
356
6

17th video in the series where i show you guys how to make a simple category.php and how to display categories and the posts in the category query.
-------------------------------------------------------------------
Steps:
1. Create a category.php in your root folder


2. add if else for the category with is category .


3. while loop over the posts in each category

-------------------------------------------------------------------
Git commit :
🔗LINK : https://github.com/andgo-edu/Wordpres...
-------------------------------------------------------------------

Useful links :
-------------------------------------------------------------------

1.Template Hierarchy
🔗https://developer.wordpress.org/files...

2. Category Templates
🔗https://codex.wordpress.org/Category_...


3.is_category();
🔗https://developer.wordpress.org/refer...