MB Custom Post Types & Custom Taxonomies
MB Custom Post Types & Custom Taxonomies lets you register and edit custom post types and custom taxonomies in WordPress through an easy-to-use UI in the admin area. No coding required. The plugin lets you control all post type arguments and taxonomy arguments, such as menu labels, admin bar label, exclude from search, disable archive page, and more, in minutes. You no longer need to write custom PHP code to register custom post types (using the functions register_post_type() and register_taxonomy()). Meta Box Lite We recommend using Meta Box Lite, a free UI version of Meta Box. It provides UI and all free features for managing custom fields and dynamic content on WordPress, including post types, taxonomies, custom fields, and relationships. With MB Custom Post Types & Custom Taxonomies, you can turn the WordPress admin into a professional CMS (content management system). Why use MB Custom Post Types & Custom Taxonomies? Custom post types and custom taxonomies are the foundation of a modern WordPress website. They let you organize content beyond posts and pages, such as Products, Movies, Team Members, Testimonials, and Events. Writing register_post_type() and register_taxonomy() code for each one takes time and causes errors. This plugin removes all the PHP coding. You do everything through a clean, intuitive UI in the WordPress admin: Create and manage post types & taxonomies visually – no PHP knowledge required. Save time with live editing mode – the plugin generates labels automatically from the singular and plural names you enter. Control every argument – every setting from register_post_type() and register_taxonomy() is available, from menu position and icons to capabilities and REST API support. Export & import – move your post types and taxonomies between sites with one click, or export them as PHP code to embed in your theme or plugin. For developers and non-developers alike – from clients who want a professional CMS to developers who want full control. Features Supports all arguments for creating custom post types (like register_post_type()) Supports all arguments for creating custom taxonomies (like register_taxonomy()) Live editing mode – the plugin fills in all labels for you from the singular and plural names Reorder posts and terms – drag and drop to reorder posts (including hierarchical/parent-child) and taxonomy terms Custom icons – pick from Dashicons, Font Awesome, or use your own SVG/custom URL Abilities API support – manage AI agents and let them create, read, update, and delete post types, taxonomies, posts, and terms programmatically Export and import – move your post types and taxonomies between sites, export them as PHP code to copy into your theme or plugin, or import from Custom Post Type UI Clean code Plugin Links Project Page Github Repo This plugin is a free extension of the Meta Box plugin, which is a professional solution to create custom meta boxes and custom fields for WordPress websites. Use MB Custom Post Types & Custom Taxonomies with other extensions to manage any content type in WordPress easily and make your website more professional. You might also like If you like this plugin, you might also like our other WordPress products: Slim SEO – A fast, lightweight and feature-rich SEO plugin for WordPress with minimal configuration. Falcon – A lightweight companion for making WordPress faster, cleaner, and more secure. GretaThemes – Free and premium WordPress themes that are clean, simple and just work. Auto Listings – A car sale and dealership plugin for WordPress.
Top keywords
- custom23×4.09%
- post19×3.38%
- post types13×2.31%
- types13×2.31%
- taxonomies12×2.14%
- wordpress12×2.14%
- register10×1.78%
- custom post9×1.60%
- custom post types8×1.42%
- custom taxonomies7×1.25%
- type7×1.25%
- post type6×1.07%
PhotoPress – Gallery
This plugin adds a variety of additional features to the core gallery shortcode that expand the options for specifying which images should be included in the gallery including the ability to create dynamic galleries of images that match a specific taxonomy “term”. This is particularly useful when used in conjunction with the PhotoPress – Image Taxonomies plugin which allows you to easily associate a wide variety of custom meta data with images. Also, the plugin can be used to create gallery containing with the featured images of any Pages/Posts (even custom post types) that you specify. This is particularly useful when creating a “Gallery of Galleries” or any grouping of Posts that you want to be styled like your other galleries. Features Include: Adds “taxonomy” and “term” gallery shortcode parameters. Adds “caption_source” parameter so that you can choose the source of text for your caption. Possible values are: “excerpt” (default), “title” (which pulls from the title), “none” (if you want no caption text). Adds “post_type” parameter for use in creating galleries of post types other than “image attachments”. This parameter accepts any valid post type (e.g. “post”, “page”, etc.) including custom post types. If you use a post type other than ‘attachment’ then the featured image of the post will be used as the image icon in the gallery. This parameter can be combined with the “taxonomy” and “term” parameters as well. Adds six backwards compatible filters to the core gallery shortcode allowing plugin developers to control almost every aspect of the gallery HTML and CSS on a per gallery basis. Premium Support The PhotoPress team does not provide support for this plugin on the WordPress.org forums. One on one email support is available to users that purchase one of our Premium Support Plans. The Guide To WordPress For Photographers For more information on ways to use PhotoPress and other plugins to build a photpgraphy website check out the WordPress For Photographers e-Book. Example Usage Display a gallery of images from an image taxonomy called “photo_keywords” that match a taxonomy term called “flower”: [gallery taxonomy="photo_keywords" term="flowers"] Display a gallery of of images with no captions: [gallery caption_source="none"] Display a gallery of the featured images from a specific set of pages: [gallery post_type="page" ids="123,456,789"] Display a gallery of the featured images from the child posts of a specific page: [gallery post_type="page" id="123"] Display a gallery of the featured images from a specific set of posts that use a custom post type: [gallery post_type="my_custom_post_type" ids="123,456,789"] Developer Documentation Please read the inline code documentation for more details. List of Gallery related filters this plugin implements: post_gallery_attachments – can be used ot filter the list of Post objects that the gallery shortcode will pull its images from. post_gallery_styles – can be used ot append/prepend/replace the inline style generated by the gallery shortcode post_gallery_pre_output – can be used to prepend HTML to the gallery markup. Handy for wrapping the gallery in a container. post_gallery_caption – can be used to filter the caption text used by the gallery post_gallery_post_output – can be used to append HTML to the gallery markup. Handy for adding a closing tag or addtional dom elements