RFE Hosting
We offer Premium web hosting solutions for personal or business needs. RFE takes pride in our Live Never-Outsourced Customer Support. Services we offer: Web Hosting, Domain names, SSL Certificates, VPS/Dedicated Servers, and more!
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.
Was this guide/post helpful? Please leave a comment below
Sign-Up for our Affilate program today, and start earning money!
Name *
Email *
Website
<div align="center"><a href="http://www.rfehosting.com" title="RFE Hosting"><img src="//rfehosting.com/wp-content/uploads/2013/05/250-rfe.png" alt="RFE Hosting" style="border:none;" /></a></div>
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.
Was this guide/post helpful? Please leave a comment below
Sign-Up for our Affilate program today, and start earning money!