Title: Custom Post types form broken
Last modified: August 20, 2016

---

# Custom Post types form broken

 *  Resolved [Joost](https://wordpress.org/support/users/jberculo/)
 * (@jberculo)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/custom-post-types-form-broken/)
 * When I install the plugin, everything works fine. But when I then try to add 
   a custom post type, everything falls apart. There isn’t even a broadcast box 
   anymore next to the default post types.
 * Turns out there’s a mistake in ThreeWP_Broadcast.php, in the root of the plugin.
 * Find the function “admin_post_types” on line 381. And replace line 394:
    `$input_post_types
   = array(` with `$input_post_types = array(array(`
 * and also add an extra closing bracket on line 402, so change
 * `);`
    to `));`
 * [http://wordpress.org/extend/plugins/threewp-broadcast/](http://wordpress.org/extend/plugins/threewp-broadcast/)

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

 *  [bdd](https://wordpress.org/support/users/bws-online/)
 * (@bws-online)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/custom-post-types-form-broken/#post-3162331)
 * Thanks — I was getting multiple errors about this when I clicked on the “Post
   types” option in Settings/Broadcast. Your fix removed the errors and I see the
   proper Settings screen now.
 * Hope this gets fixed in an update!
 *  [sta777](https://wordpress.org/support/users/sta777/)
 * (@sta777)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/custom-post-types-form-broken/#post-3162336)
 * Brilliant thanks : )
 *  [gmorales](https://wordpress.org/support/users/gmorales/)
 * (@gmorales)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/custom-post-types-form-broken/#post-3162341)
 * Joost – THANK YOU!
 *  [andrebalza](https://wordpress.org/support/users/andrebalza/)
 * (@andrebalza)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/custom-post-types-form-broken/#post-3162343)
 * Had the same issue, wp 3.5.1 and plugin v1.13
    Now ThreeWP_Broadcast_post_types
   gets filled correctly. I suggest this patch, waiting for an official update.

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

The topic ‘Custom Post types form broken’ is closed to new replies.

 * ![](https://ps.w.org/threewp-broadcast/assets/icon.svg?rev=1013783)
 * [Broadcast](https://wordpress.org/plugins/threewp-broadcast/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/threewp-broadcast/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/threewp-broadcast/)
 * [Active Topics](https://wordpress.org/support/plugin/threewp-broadcast/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/threewp-broadcast/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/threewp-broadcast/reviews/)

 * 4 replies
 * 5 participants
 * Last reply from: [andrebalza](https://wordpress.org/support/users/andrebalza/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/custom-post-types-form-broken/#post-3162343)
 * Status: resolved