Title: [Plugin: WP Supersized] Custom post type
Last modified: August 20, 2016

---

# [Plugin: WP Supersized] Custom post type

 *  [JonasVorwerk](https://wordpress.org/support/users/jonasvorwerk/)
 * (@jonasvorwerk)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-supersized-custom-post-type/)
 * Love this plugin!
 * Just one thing:
    How to add the Supersized options panel to custom to a custom
   post type?
 * Cheers, Jonas
 * [http://wordpress.org/extend/plugins/wp-supersized/](http://wordpress.org/extend/plugins/wp-supersized/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [JonasVorwerk](https://wordpress.org/support/users/jonasvorwerk/)
 * (@jonasvorwerk)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-supersized-custom-post-type/#post-2798628)
 * 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.
 *  [brokentyro](https://wordpress.org/support/users/brokentyro/)
 * (@brokentyro)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-supersized-custom-post-type/#post-2798751)
 * 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](https://wordpress.org/support/users/earthjibber/)
 * (@earthjibber)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-supersized-custom-post-type/#post-2798759)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-supersized.svg)
 * [WP Supersized](https://wordpress.org/plugins/wp-supersized/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-supersized/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-supersized/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-supersized/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-supersized/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-supersized/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [earthjibber](https://wordpress.org/support/users/earthjibber/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-supersized-custom-post-type/#post-2798759)
 * Status: not resolved