
How to add a Category Title in your WordPress Blog:
It’s been a month since I open the section “Coding Support” and glad that I am receiving a lot of queries directly to my inbox using this form. And the most popular question is about their ‘Category Templates’. Here are the sample queries.
Questions via nazcarpine.com/#coding-support:
I have this category.php file in my start of the post loop.
Add the following code BEFORE the mentioned code above:
Category:
DONE! The process above will display the category name above the posts under the said category. If you want to display the category name in your sidebar, header or any desired place in your template. You can do it so.
You can also tweak the style of this line by adding heading tags between the given code:
,
,
,
, ,
and so on
Sample Output:
Category:
How to add a Category Title & Description in your WordPress Blog
How to add Category Name and its description in my WordPress category template when my visitors are viewing the post under Category mode?
If you want the Category description to be displayed, here’s the piece of code you will need.
You can paste this code below the title as discussed above.
Category:
This code will display the Category name and the category description.
Incoming search terms:
- add title categories wordpress
- wordpress cat title
- wordpress insert category title
- wordpress title description categories
















