Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Christine –

    That’s odd! What are the display settings, both the defaults and for the affected post?
    And do you have any plugins or external tools in your publishing workflow?

    Hopefully we’ll be able to figure something out. ??

    – David

    I am having this same issue. I’ve reverted the theme to TwentyTwelve, and deactivated all plugins save the ones that are absolutely necessary:

    Advanced CustomFields (but even with this shut off, it doesn’t affect it)
    bbPress 2.2.4
    bbPress Topics for Posts
    Custom Post Type UI (because I’m using the bbPress Topics for Posts with a custom post type)

    Regular posts show everything just fine, but all i see on the custom post type page is the form to post a comment as a topic. None of the comments show up on the page, though.

    ETA: I do have a fix I found previously to make the plugin recognize custom post types:

    add_filter( 'bbppt_eligible_post_types', create_function( '$post_types', 'return array("post", "page", "courses");' ) );

    and yes, comments are enabled for the individual post, as well as for the custom post type in general.

    Yep – looks like it’s because it’s being used on a custom post type. It works fine on regular posts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments Not Showing on Post’ is closed to new replies.