Never mind. I figured it out. I’m such an IDIOT!
c
Ok – I figured out that the index.php file that I need to be editing is the file in the themes directory. I’ve tried inserting the entire snippet at two different places, and modifying the existing Comments Template call:
Original: <?php comments_template(); // Get wp-comments.php template ?>
Modified: <?php $withcomments = true; comments_template(); // Get wp-comments.php template ?>
No changes.
Help!
Hello,
I took the code snippet above and pasted it after the default ?> closing tags in the index.php files in the root directory and the wp_content directory. Neither made any change to the presentation of the comments.
I would really like to have the comments appear at the bottom of each post on the index.php page and this looks like it’s the way to do that. I’m just not familiar enough with PHP to make the mod correctly.
Can someone post or link me to an exact mimic of what the finished index.php content should look like after the mod? Which index.php file should I be changing?
Thanks.