• Can you confirm that disqus is compatible with custom post types as it appearing fine for posts but not with some custom post types.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It does support them. You should check if the posts have the comments enabled (there’s a check in the post edit form) and if the custom post type supports comments, ie:

    'supports' => array( 'title', 'editor', 'thumbnail', 'excerpt', 'trackbacks',
    				'revisions', 'comments', 'custom-fields' ),

    Something I ran into today, I had comments supported, but it still wasn’t showing the Disqus comment box, it said comment was closed. I found out that if on your list of posts if you do a quick edit you will see the allow comments box. Most of mine were turned off so checking it made the Disqus comment box turn back on. Just an FYI if someone runs into this same problem.

    ^.^v

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Disqus Comment System] Compatability with custom post types’ is closed to new replies.