• I have comments being posted on my blog section at https://www.micahsporch.org but they are not appearing on the actual blog – I have approved them in the Admin section but they still don’t appear.
    I imagine i need some code help with this. The blog itself was first created using artistry 2 software.

Viewing 4 replies - 1 through 4 (of 4 total)
  • It looks like your theme’s single.php template file doesn’t include the relevant tag for listing your comments.

    https://codex.www.ads-software.com/Template_Tags/wp_list_comments

    Thread Starter revd4

    (@revd4)

    so I hate to sound stupid, but what code should I enter and where?
    thanks

    Have a look at the link I gave above. You may need to add this to single.php.

    You may also need to create a comments.php file for your theme if you don’t already have one. You could just try copying the comments.php file from the default theme.

    It took me a while, but I figured out that my problem was the old Adsense Manager plugin, which had required some code to be inserted on my single post template. When I removed that plugin (because they renamed it for 2.8 and it failed to install), the old code was an orphan and it was screwing up whatever appeared after—in this case the comments. I removed that one line from the Single Post template and all better.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘comments disappeared’ is closed to new replies.