Meta Box Include Exclude Extension
Meta Box Include Exclude Extension is an extension for Meta Box plugin, which helps developers to show/hide meta boxes only on some pages conditionally by post ID, page template, category, tag or custom taxonomy. Developers can combine conditions to create as many restrictions as they want. They can also write a custom function to check whether the meta box is shown or not.
There are many situations when you need to control on which page a meta box appears. For example, you create a meta box only for the Contact Us page template or for the posts in the News category. And each post in these conditions has specific metadata and therefore a specific metabox for settings. On other pages, you don’t want users to see it. So in this case, the extension can help you do that easily.
What you needed
There are many rules you can define for your metaboxes, such as: post ID, page template, taxonomies, user roles, etc. These rules can be combined to achieve more complex conditions. If you don’t want any rule, you can write your own custom conditional function.
Note : This metabox extension includes the Show/Hide Metaboxes extension when the page is loaded or after saving. It does not include JavaScript code to toggle metaboxes immediately when conditions change. For this, see the Meta Box Show Hide or Meta Box Conditional Logic extensions.
Features of Meta Box Include Exclude Extension:
- Allows to show (include) or hide (exclude) metaboxes under conditions
- You can combine conditions using the logical operator AND, OR
- Conditions (show/hide by):
-
- Post ID
- Parent ID
- Post slugs
- Page templates
- Custom categories, tags or taxonomies
- Main categories, tags or custom taxonomies
- User Roles (powered by MB User Meta extension)
- User ID (works with MB User Meta extension )
- User capabilities
- Custom Function
Reviews
There are no reviews yet.