Would you like to see the category descriptions on your WordPress blog?

Categories allow you to easily sort the content on your website. They also help users to find content easily and are better for SEO.

In this tutorial, we will show you how to easily display category descriptions on WordPress.

But before, if you have never installed WordPress discover How to Install a WordPress Blog in 7 Steps et How to search, install and activate a WordPress theme on your blog 

Then back to why we are here.

How to add a description to categories on WordPress

WordPress comes with two built-in taxonomies called categories and labels -tags. These taxonomies allow you to easily sort your content. 

When used correctly, categories and tags can be of great help in improving your blog's SEO.

See also How to add categories to the menu of your WordPress blog

WordPress allows you to add descriptions on your categories. However, many users do not notice because they create categories while writing a post, which does not give the option to add descriptions.

Here's how to easily add a description to your categories.

Meeting on " Articles> categories ". If you create a new category, then you can just enter the category name and description at the same time, and all you have to do is save your category.How to display description categories wordpress

If you want to add a description to an existing category, then you must click on the link "EditIn this category.

Go further with our 5 premium WordPress plugins to optimize your categories

This will take you to the category edit screen where you can add a description for your category.

How to display description categories wordpress 2

Remember to save your changes when you're done.

Discover also our 5 WordPress plugins to integrate categories in your multimedia library

Repeat the process to add descriptions to all your categories. You can use the same method to add descriptions to labels as well.

How to display the description of a category on the archive page

Most WordPress themes will automatically display the category description on the archive page.

However, if your WordPress theme does not display the category description on the archive pages, then you will need to edit your WordPress theme files.

See also these 8 WordPress plugins to manage categories and subcategories on your blog

Log in to your WordPress website using a FTP client then go to " wp-content / themes / your-theme / ».

Now you will need to locate and edit the file " category.php ". If your WordPress theme does not have an " category.php Then you will need to edit the file archive.php ».

Copy and paste this code where you want to display the description of the category.

',' '); ?>

Then save your changes and upload the file to your website via FTP.

After that, you can visit the category archive page of your website to see the description of a category.

How to display the description of a category on your WordPress theme

If you want to display the category description in other parts of your website, you can also use the " category_description ":

Do not forget to replace " 3 With the Category ID of the item you want to display.

$ CatID = get_the_category (); Echo category_description ($ catID [0]);

This code retrieves all the categories of an article, then displays the description of the first category.

Discover How to convert categories to labels on WordPress

If you want to display all WordPress categories with a list description, you can add this code to the file functions.php of your WordPress theme:

function wpb_catlist_desc () {$ string = ' '; $ catlist = get_terms ('category'); if (! empty ($ catlist)) {foreach ($ catlist as $ key => $ item) {$ string. = ' '. $ item-> name. ' '; $ string. = ' '. $ item-> description. ' '; }} $ string. = ' '; return $ string; } add_shortcode ('wpb_categories', 'wpb_catlist_desc');

This code creates a shortcode which displays all your categories and their descriptions in a simple list.

Discover How to rename the default category of WordPress

You can now use [bpc_categories] in your articles and pages. To use this shortcode in a text widget, you need to enable shortcodes for widgets.

Item list with description

 

Discover also some premium WordPress plugins  

You can use other WordPress plugins to give a modern appearance and to optimize the handling of your blog or website.

We offer you here some premium WordPress plugins that will help you do that.

1. Acelle Connect

Acelle Connect is a WordPress plugin that allows you to sync your WordPress contacts with your mailing list in Acelle Mail - an email marketing web application. Suppose you want to create periodic email campaigns for your contacts. 

Acelle connect wordpress plugins create newsletter website

You must create a mailing list in an email marketing application such as Acelle Mail or MailChimp, and then import your WordPress contacts into the mailing list. However, since your WordPress contacts are regularly updated, you must be able to propagate updates to the created mailing lists.

See also How to display the number of your MailChimp subscribers on your WordPress blog

And it is at this level that Acelle Connect comes to stand out as an option worthy of the name. It's just a perfect synchronizer between your contact WordPress list and your mailing lists. Its installation and configuration are very easy, I would say almost automatic.

Download | Demo | Web hosting

2. Featured Audio

Featured Audio is a great WordPress plugin that inherited the best HTML5 features, as the name suggests. This plugin allows you to adjust the volume of the selected audio for each post and page. 

Featured audio premium wordpress plugins add audio player

As features we will have among others: the song on the front page, an audio player that fully supports HTML5, support for mobile devices such as: iPhone, iPad, Android and WP7, playback of audio files stored in the WordPress media library , support for old browsers, support for audio formats: mp3, wav, ogg, etc…, multilingual, and many others…

Download | Demo | Web hosting

3. Bpchat

Bpchat is a WordPress extension from BuddyPress which allows you to create a chat system on your WordPress blog or website.

Wordpress buddypress users chat plugin

Once this plugin is installed on any blog, forum, community, directory, e-commerce website or social network, all connected users will be able to chat instantly. 

See also these 8 WordPress and BuddyPress plugins to boost your social network

This plugin also sets up an easy way to chat online, which looks a bit like what Facebook Messenger offers..

Its main features are: invitation to chat by popup, support for more than 80 smileys, search for connected friends, customization of the color scheme, multisite support, a completely responsive layout, and a lot of other.

Download | Demo | Web hosting

Recommended Resources

Find out about other recommended resources to help you build and manage your website.

Conclusion

Here ! That's it for this tutorial. We hope that it will allow you to post categories with their descriptions on your blog. Feel free to share the tip with your friends on your favorite social networks

However, you will also be able to consult our resources, if you need more elements to carry out your projects of creation of Internet sites, by consulting our guide on the WordPress blog creation.

If you have suggestions or remarks, leave them in our section Comments.

...