[ WordPress ] Adding a Category Title & Description

category0101

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 WordPress theme, when they click certain category, the list of post under this category will be listed but the category title does not show up. How will I add the category title in my Category template?

 

Here’s a quick solution for your query:

 

  1. Open the category.php of your template blog-url/wp-admin/theme-editor.php
  2. Find the code (or similar):

  3. This is the start of the post loop.

     

  4. Add the following code BEFORE the mentioned code above:

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

This entry was posted in Tips and Tricks and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>