Very nice plugin. Only one of its kind out as far as I can tell.
The only missing feature is the capability to limit categories by custom post type, and/or custom taxonomy.
Thanks!
Very nice plugin. Only one of its kind out as far as I can tell.
The only missing feature is the capability to limit categories by custom post type, and/or custom taxonomy.
Thanks!
Yes! I was about to post this when I saw this topic.
I've always loved this plugin and now that custom post types / taxonomies are becoming more and more popular it would be really nice if this plugin also worked for custom post types and/or taxonomies!
A plus for this feature.
+1
Do note that you can more or less implement category based filtering for media with http://wordpress.org/support/plugin/media-categories-2
For this I've edited my copy of the plugin. In restrict-categories.php:456 I've replaced the code with:
$pages = array( 'edit.php', 'post-new.php', 'post.php', 'admin-ajax.php' );
adding , 'admin-ajax.php'
to enable filtering of the query that is done for the media modal through the WP AJAX interface.
Hi Pimschaaf, are you saying carrying out the above will allow for custom post types and taxonomies restrictions. I really need to restrict some custom taxonomies.
Thanks
Negative, this will only filter media (post-type: attachment) based on category as it does for post-type: post, and that only on the pages included $pages.
Peoples, how add taxonomies of the custom post type in the plugin Restrict Categories?
This topic has been closed to new replies.