• Hi,
    I have paste this code:
    function myprefix_init() {
    add_post_type_support( ‘{{post_type}}’, ‘simple-page-sidebars’ );
    }
    add_action( ‘init’, ‘myprefix_init’ );
    In funtions.php but not work, what I have to write?

    Thanks.

  • The topic ‘Not work in my CPT’ is closed to new replies.