Although More Fields and More Taxonomies appear to be working in 3.1 RC4, More Types does not. The custom type does not show up in the Admin menu.
Although More Fields and More Taxonomies appear to be working in 3.1 RC4, More Types does not. The custom type does not show up in the Admin menu.
Just updated to the newly released WordPress 3.1 and More Types is indeed broken. The custom post types do not show up in the admin menu as the OP stated above.
+1
Probably unrelated, but using single_post_title(); outside the loop to pull in a CPT listing of presentation titles now just shows the title of the page:
Presentations
Conference Title: ALA TechSource Gaming Symposium (2008)
Location: Oak Brook, IL
Type: Co-Presenter, Oral Presentation, WorkshopPresentations
Conference Title: IACRL 2010 - Thriving while Surviving (2010)
Location: Springfield, IL
Type: Co-Presenter, Oral Presentation, Workshop
Found a quick solution for the admin menu problem here: http://more-plugins.se/forum/topic/more-types-new-post-type-not-appearing-on-left-side-admin-menu
Add in more-types-object.php at line 182:
$options['show_in_menu'] = true;
$options['capability_type'] = 'post';
Hopefully this series of plugins will get an upgrade soon, so this hacking isn't necessary. :)
@Chellechan Works like a charm! Thanks!
Thanks Chellechan, that temporary fix works. Hope to receive an update from plugin developer soon :)
More Types 1.1 is posted to the repository. Should be showing up real soon.
Thanks for posting a quick plugin update, kalstrom!
After updating the latest version of More Types (1.1) I still got an error message when trying to edit the page type.
Warning: in_array() [function.in-array]: Wrong datatype for second argument in .../wp-content/plugins/more-types/more-types-settings.php on line 291
Thanks for the update Kalstorm. I updated & don't get any errors, just that the Custom Post Types UI does not show up.
I see these errors when I go to edit any of my existing CPTs. http://d.pr/m926
If there any other info I can provide to be any help.
The 'Show in menu' for all of them were disabled somehow. http://d.pr/2Jlr . Now I see the Post Types.
Still get those errors though.
Cheers @Debasish, sorted me out, after upgrade to 3.1 it obviously changed the default setting to no.
Just go into Settings-> More Types -> Edit (this post type Action) -> Advanced and select "On" for Show in Admin Menu.
I'm sure a fix will be release for this.
This topic has been closed to new replies.