Schedule a Free Consultation
Categorize WordPress Comments in Genesis Framework - WPRiders Article

Categorize WordPress Comments in Genesis Framework

Read Article

TL;DR: If you want to download the FREE Comments Categories Plugin for your own use and categorize WordPress commentswith ease, Click Here 

We have created a new version from scratch that is publicly available as a contribution to the WordPress community. This is making it easier than ever to categorize WordPress comments in a clean, structured way.


Have you ever needed to categorize comments added to your site?

WordPress, our favorite Content Management System (CMS) allows developers to create customized content types and associated taxonomies, either hierarchical (similar to post categories) or dispersed (similar to post tags). Content and plugin developers alike have been focusing on offering tools and mechanisms that manage such content. But there is one area of a site’s content that remained untapped: user comments – yes, that content area in a site apparently unfit for complex structures. Our new plugin makes user comments the subject of categorization in response to a client request.

How the Categorization Works

To best describe how the plugin works, here is the actual comments form for a recipe at Minimalist Baker.

Categorize WordPress Comments in Genesis Framework - WPRiders Article

At the bottom of the page, the already familiar user comments form provides two checkboxes: I Made this and I Have a Question. The user fills out the required fields (Comment, Name, and Email), checks any of these two checkboxes, and clicks Post Comment. The very action of checking any of the two checkboxes is similar to attaching a tag to the comment. In short, the user sets the “tags” for the comment, indicating the comment belongs to a person who made de recipe and has additional questions about the recipe.

As the user submits the comment, it is posted to the list. But the interesting part is about to start. At the top of the comments list, three tabs — All Comments, I made this, and Questions – allow users to filter which comments are being displayed. Clicking I made this will show only the comments whose authors checked the I made this checkbox. Clicking Questions will show only the comments whose authors checked the I Have a Question checkbox. To see all comments, and ignoring any choices for the comment tags, a user needs to click All Comments. I don’t know about you, but I find this both useful and elegant.

Categorize WordPress Comments in Genesis Framework - WPRiders Article
Categorize WordPress Comments in Genesis Framework - WPRiders Article
Categorize WordPress Comments in Genesis Framework - WPRiders Article

Managing Comment Categorization

In typical fashion, the administrator manages the comments by editing their content and status. Additionally, the administration comment form shows two checkboxes that allow the administrator to apply the tags in the back-end. This is a simple yet powerful way to categorize WordPress comments for better organization and control. Don’t you think this is a great idea? Do you remember when you wished you could retract something you said in a comment?

Categorize WordPress Comments in Genesis Framework - WPRiders Article

Engineering the WordPress Comment Categorize Plugin

Our customer developed the site using the Genesis framework for its flexibility and versatility. This smart decision allowed our developers to create the plugin and bind it to theme’s functionality. Interesting solutions adopted in this plugin include:

  • Reuse Genesis callbacks – the large family of Genesis developers will have no problem installing the plugin and admire the practical and efficient solution.
  • Avoid server traffic – filtering the list of comments is performed at client side using JQuery to avoid slow and expensive pulls of needed data.

At WPRiders, we know your website isn’t just a project—it’s part of your business engine ⚙️. That’s why we offer more than just code. If that sounds like what you need, 👉 Schedule a Free Discovery Call and let’s talk about your next move. We’re always up for a good conversation.

Navigate to

You Might Also Enjoy These Digital Marketing Articles:

Test If Flexslider Loaded
Test If Flexslider Loaded
Recently I had a mini project for a client and I had to test if Flexslider has been shown on the screen in order to further modify it. Subscribing to the startcallback didn’t work because the slider was shown by the theme and not by my code. jQuery(document).ready(…) didn’t work either. The slider was there, […]
Replace Comment Notification Email With Mandrill Template
Replace Comment Notification Email With Mandrill Template
Have you ever needed to replace the default email that WordPress is sending whenever a new comment is added? Recently I did. Here’s how I did it: To get this going you have to: Let me know if it worked for you.
Filter Custom Posts by Author in WP-Admin - WPRiders Article
Filter Custom Posts by Author in WP-Admin
Need to filter your Custom Post Types in WordPress by Author in WPAdmin? Here’s a handy way to do it by adding a new drop down for filtering: And here’s how it looks like: