Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter JonasVorwerk

    (@jonasvorwerk)

    After some digging, file “includes/WPSupersized.php”

    Line 1323:
    $postType = array (‘post’, ‘page’, ‘projects’);

    Just add your custom post type there and the super sized pane shows up at your custom posttype posts.

    Just as reference for anyone else that is having this problem, the fix is different in the latest version of WP Supersized (3.1.1). It is now in “includes/CustomMetabox.php”

    Line 39:
    $postType = array ('post', 'page', 'projects' );

    It would be nice to see this added as an option for the plugin.

    earthjibber

    (@earthjibber)

    If anyone is using WP supersized 3.2.7, the fix is a little different now.

    Change Line 20 to:
    `$postType = array (‘post’, ‘page’,’suites’);

    Basically just add your custom post type name to the array.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Supersized] Custom post type’ is closed to new replies.