Transfered posts to CPT, where'd comments go?
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Transfered posts to CPT, where'd comments go?’ is closed to new replies.