After the update the taxonomies weren’t attached to the post type and I couldn’t edit older entries of the post types I’ve created with this plugin.
Here is the fix for the PHP File:
replace register_post_type(…)
with register_post_type(strtolower($post_type['labels']['name']), $post_type);
Edit the database:
Replace the capitals with lower-case characters in post_type column.
https://www.ads-software.com/extend/plugins/wp-post-type-ui/
]]>This plugin worked well until I upgraded to WordPress 3.1. Now when I navigate to a custom post type, only the View option appears. The name of each post is no longer hyperlinked to the editor, nor does the Edit option appear. The plugin author’s website states, “This plugin is no longer under development!”
]]>It was working fine, and now when I upgraded to WP 3.1 all my existing custom post types are not able to be edited, and they only show a view button and I can’t access or edit them anymore.
Any help?
]]>hi, i was testing your plugin and it work very well, thank for let us to use!
i have a question about hierarchical, it’s a way to create a ‘classified’ post type, then ‘houses’, ‘cars’, etc child post types? how could it be do?
best regard, pescadito
https://www.ads-software.com/extend/plugins/wp-post-type-ui/
]]>Everything was going well with .3.3; created a couple of custom content types with a couple posts in each. Upgraded to .4.0 and the following error popped in the administration section on the post type settings page.
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /public_html/wp-content/plugins/wp-post-type-ui/wp-post-type-ui.php on line 232
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /public_html/wp-content/plugins/wp-post-type-ui/wp-post-type-ui.php on line 232
There were actually some additional errors on the public site and on all pages in the admin but managed to limit it to this by deleting the custom content types. Running WP 3.0 with PHP 5.2.13. Thanks!
]]>I installed the latest version of WP Post Type UI, and I get the following error twice when I go to the Settings > Post Types admin page:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/somethin/public_html/wp-content/plugins/wp-post-type-ui/wp-post-type-ui.php on line 232
And once I add a post type, I get this error both in Post Types and Taxonomies:
]]>Warning: Invalid argument supplied for foreach() in /home/somethin/public_html/wp-includes/post.php on line 886
Hello!
Can this plugin order custom post types and navigate between them in a different order than by ID?
Thank you!
https://www.ads-software.com/extend/plugins/wp-post-type-ui/
]]>Hi,
Like the look of the plugin, but it doesn’t seem to be listing my custom post types out (in the settings area – Settings > Post Types). It is creating the post type and adding it to the admin nav.
Any ideas why?
Ash
https://www.ads-software.com/extend/plugins/wp-post-type-ui/
]]>Sorry… how do I configure the custom post type loop?
Like this?
<?php $loop = new WP_Query( array( 'post_type' => 'custom_post_name', 'posts_per_page' => 10 ) ); ?>
https://www.ads-software.com/extend/plugins/wp-post-type-ui/
]]>Hi!
When I try to manage posts types I have this error.
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘cpt_manage_cpt’ not found or invalid function name in D:\wamp\www\wordpress3test\wp-includes\plugin.php on line 395
Any idea?
]]>