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...