Viewing 1 replies (of 1 total)
  • Plugin Author Matt Cohen

    (@mattyza)

    Hi sorensenss,

    This is possible, yes.

    Please place the following code to your theme’s “functions.php” file or in a custom plugin:

    add_post_type_support( 'yourposttypehere', 'woosidebars' );

    This enables a new tab for posts of the specified post type, a checkmark on the post type’s “list” view (for enabling specific entries to have WooSidebars support) and conditions for all posts of that type. ??

    Regards,
    Matty.

Viewing 1 replies (of 1 total)
  • The topic ‘Widget areas on Custom Post Type’ is closed to new replies.