/ Published in: PHP
URL: http://more-plugins.se/forum/topic/more-types-new-post-type-not-appearing-on-left-side-admin-menu
Wordpress 3.1 breaks the More Types plugin ( for now). Use this fix to get the menu back.
Expand |
Embed | Plain Text
This is because the "register_post_type()" function is slightly changed in 3.1. This is a quick fix i just made. Paste the code below in more-types-object.php on line 182: $options['show_in_menu'] = true; $options['capability_type'] = 'post';
You need to login to post a comment.
