• OK so I recently changed themes and had a page on my blog where users posted comments. Once the change in themes, those comments do not appear – they are all sitting in the admin section though. How can I get them to show up on the page for all viewers again?

    Blog can be found at: thepushforward.com and the page I am referring to is “Sell Stuff”

Viewing 3 replies - 1 through 3 (of 3 total)
  • Well does it still work in another theme?

    Did your page.php have something like this on it?
    <div class="comments-template"'
    <h2>Comments</h2>
    <?php comments_template(); ?>
    </div>

    I am quite new myself; never saw comments on a page, only on posts that are generated by single.php

    Thread Starter jmf421

    (@jmf421)

    Well I started by copying some of the tags from the old page.php to the new page.php… They all popped in except my entire sidebar was down at the bottom. I then copied all the code from the old page.php and everything seems to be working fine now.

    Take a look and let me know if you see anything wrong:

    https://www.thepushforward.com/?page_id=69

    Thanks again!

    looks good JMF421. Did you do a test post to see if that part is working?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changed Theme – Comments gone’ is closed to new replies.