• I am having trouble figuring out how to view the comments on my blog. The address to my blog is….

    https://www.ridedna.com/wordpress/

    I have tried putting the following code in the loop of the index.php file of the theme I am using and that didn’t work at all.

    <?php
    $withcomments = true;
    comments_template();
    ?>

    I have also approved all the comments in my WordPress control panel and still nothing.

    I am using the Quilm theme.

    Any ideas why the comments wont show up in the actual blog?

Viewing 1 replies (of 1 total)
  • Weird. Everything looks correct. I even looked up the function in comment-functions.php. I copied your code directly and it worked perfectly for me. I was using my own custom theme, though, and not Qwilm. Try it on the default theme and see if it works.

Viewing 1 replies (of 1 total)
  • The topic ‘View Comments’ is closed to new replies.