• Evan Herman

    (@eherman24)


    I just converted a few of my posts over to a newly registered custom post type. The post ID’s haven’t changed. I checked PHPmyadmin and can still see the comment count is accurate, and when I check the post from the dashboard I can see a list of all of the comments.

    But on the front end of my site jetpack comments says there are 0 comments. I can see the comments associated with the correct post in the database and from the dashboard. How would I get jetpack to display the comments? This is the code I am using in my template to display the comment form:

    <?php
       // If comments are open or we have at least one comment, load up the comment template
       if ( comments_open() || '0' != get_comments_number() ) {
    	comments_template( '', true );
       }
    ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Evan Herman

    (@eherman24)

    and I actually just realized, for a fraction of a second while the page is loading you can see a list of all of the comments. But then jetpack loads up, and takes place of those comments and displays no comments.

    This is also on a staging server…

    Thread Starter Evan Herman

    (@eherman24)

    oof just realized the comments were built up on Disqus

    Thread Starter Evan Herman

    (@eherman24)

    Think I found the resolution….

    Comments > Disqus

    Scroll down, and select ‘Sync Disqus with WordPress’

    we will found out in a minute when its done snycing

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Transfered posts to CPT, where'd comments go?’ is closed to new replies.