Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #866079

    Baroninn
    Participant

    Hi

    I love it that you guys created Disqus plugin for us 🙂

    However , the comment system is not showing up on a custom post type I have.

    I was wondering if its easy to add it also to that post type.

    I tried using this code , but it didnt work :

    
    add_filter( 'comments_template' , 'wpb_enable_disqus', 1 );
    function wpb_enable_disqus($file) {
    if ( 'loford' == get_post_type() )
    add_filter('comments_template', 'dsq_comments_template');
    return $file;
    
    }
    
    #866231

    Baroninn
    Participant

    Never mind . I disabled your plugin and went with the official Disqus plugin which worked perfectly.

    But if you figure out a solution , i’d be more happy to use your plugin.

    Thanks

    #866625

    Nabeel A
    Moderator

    Glad you’ve sorted it out.

    Cheers!