Primary Cat

plugin banner

Set a primary category for your posts… and then do stuff with it. [primary-cat]

Author:Bryan Hadaway (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.3
Plugin version:0.2
Added to WordPress repository:05-01-2021
Last updated:19-08-2023
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:585
plugin download
Click to start download

Set a primary category for your posts… and then do stuff with it.

Why would I want a primary category?

Out of the box, WordPress allows you to assign multiple categories to a post. Unless you’re enforcing a strict one-category-per-post-only rule for your website, this can be a problem now for displaying the most important category for your respective posts, as opposed to WordPress automatically selecting it for you.

Let’s say that your blog is about animals, and you publish an article titled “Why Do Dogs Love Water and Cats Hate It?” with the categories: Cats, Dogs, and Pets assigned to it.

By default, anywhere that WordPress might display a single category to represent the post, it’s probably going to display Cats by default, but since the post is equally about both cats and dogs, maybe the more general Pets category would be more appropriate.

This plugin allows you to accomplish that, whether it’s for presentational, structural, organizational, SEO, or all of the above purposes.

In what ways can I utilize a primary category?

[primary-cat]

In any creative way that you can imagine, but here are some examples I thought of:

  • To present the main category that the post belongs to above its title (by adding <?php echo do_shortcode( '[primary-cat]' ); ?> in your theme code, child theme, or custom functions plugin), in some aesthetic way (which can be styled with CSS .primary-cat). Lots of blog, news, and magazine sites have this feature.
  • To have the appropriate slug in your post URLs if you’re using the custom /%category%/%postname%/ permalink structure under Settings > Permalinks.
  • To have breadcrumbs (by using the shortcode [primary-bread]) on your site for user-friendliness (which can be styled with CSS #breadcrumbs), and can in turn, also improve SEO.

FAQ
ChangeLog