The code that you want to add is this:
<?php comments_template(); ?>
I would start by looking in the index.php.
If I was you, I would delete a fresh copy of the original theme and look at both index.php.
Good luck.
I think there are three pages where this code might exist: single.php (it has that code already), the index.php and comments.php and both of those do not have that code.
How do I go about getting a fresh copy? Do you need to re-purchase and re-download?
Thank you for your time Christine.
The site is http://www.gorillanuts.com if anyone is interested, they are wire connectors, don’t be scared.
I think that the single.php and index.php are the right files.. the comments.php is the file that gets called by that code, I pasted above.
If you bought the theme, you could ask them if they can help. They do have a support tab on their site.. I would ask them and since they’ve built it, they should know exactly where to put that code in.
I did have to get the original code, which luckily we had. It ended up being on the index.php page. I compared the code and copied back in the following:
<div class=”postMeta”><?php the_tags(‘Tags: ‘, ‘, ‘, ‘
‘); ?> Posted in <?php the_category(‘, ‘) ?>
Comments: <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></div>
Thanks Christine for your response!