• Resolved yaelweb

    (@yaelweb)


    I was able to hide it on any page and post, but it doesn’t appear to deactivate it in a custom post.

    Used Custom Post Type UI plugin

    Attachment screenshot…

    • This topic was modified 1 year, 2 months ago by yaelweb.
    • This topic was modified 1 year, 2 months ago by yaelweb.
Viewing 1 replies (of 1 total)
  • Plugin Author Creame

    (@creapuntome)

    Hi, Joinchat by default detects custom post types that has archive. You can modify your CPT and enable archive feature or you can add this code snippet to add your CPT in Joinchat settings:

    add_filter( 'joinchat_custom_post_types', function( $cpts ) {
      return array_merge( $cpts, array( 'your_cpt_name' ) );
    } );
Viewing 1 replies (of 1 total)
  • The topic ‘Disable in Custom Post Types not work’ is closed to new replies.