rfe_landing_page_hero_image-1

How to add comment numbering to your blog posts using Genesis

Here is a quick guide on how to add comment numbering to your WordPress posts if you are using a StudioPress/Genesis Theme.

Step 1: Download, install, and activate  “Greg’s Threaded Comment Numbering” Plugin

Step 2: Go to Appearance > Editor > Find functions.php, and add the following code to the file:

add_action ('genesis_before_comment', 'child_numbered_comments');
function child_numbered_comments () {
if (function_exists('gtcn_comment_numbering'))
echo gtcn_comment_numbering($comment->comment_ID, $args);
}

Here is an example:

Once you have done all that, you should now have all your comments on all your posts numbered.

 

Terms Of Service | Privacy Policy