General (0 plugins) | |||||
Enhancements SubCategory (0 plugins) | |||||
Tags SubCategory (0 plugins) | |||||
Unsorted Plugins (24 plugins) | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Metabox UI | 7.159 | 90 | 8 | 2062 |
| |||
Create and manage Wordpress Widgets, Metaboxes, Taxonomny Custom Fields and User Profile Fields yourself using a clean drag and drop interface (UI). MetaboxUI Pro is now available to purchase. MetaboxUI can manage custom meta boxes, user profile fields, taxonomy custom fields from admin side easily. You can simply manage all custom field settings there. Now you can also specify custom fields for specific template files Now you can create or manage wordpress widgets easily on the fly using Widget Metaboxes UI Whats new List-Item, Slider Field "-1" Issue Widget MetaboxUI and wordpress 4.7 comaptibility fix Fix Map Field Conflicts Added new Arguement rj_ot_args_modifier filter for developers. Added a new option type Custom Field Select, This can display pipe seperated values from other custom fields as Select box eg: :Choose any value|value1:label1|value2:label2|value3 CSS updated Added a new filter ot_list_item_title_type for changing type for default titile in list item Added if condition support for widget templating. Added Widget Template Support. Now you can create a widget in seconds. Added Widget MetaboxUI to create and customise widget easily on the fly Added support for almost all option types in the widget MetaboxUI Some option types are not fully compatible on ajax save. I'll add it soon A few notes about this plugin: Added Shortcode Field to display/ change cotents in admin side. Just add this field and change value from page. Please keep a shortcode as standard value to execeute that shortcode on evey page. By this way you can customise admin side. You could write custom styles or anything... its upto you. Added Map, Button, Attachemnt ID, Attachment URL Fields Requires at least 3.0.1 Tested up to 4.2.2. Note that it might work on higher versions... this is just the highest one you've verified. Added extra two option types for ease of use. Upload Media and Insert Attachment added extra shortcode codes for templating [base_url] and [temp_url] added shortcode support for text widgets added import and export for settings for more documentation and supports visit http://rajilesh.in | ||||||||
Social Meta by Brozzme | 0.1 | 100 | 2 | 526 |
| |||
Add social meta for pages in header without coding. Bored about your description and images when you share your post and pages ? Social Meta by Brozzme automaticaly add OpenGraph, Google+, Twitter metas to your header file without coding. Meta tags in the header allow a clean share of your website pages, with good related images and description. Options Choose your social network to activate (Facebook, Google+, Twitter...) Set your description, default image. Automatic image array. Active on index, archives pages, post, page, wooCommerce support for products pages. | ||||||||
Categories Metabox Enhanced | 0.6.1 | 98 | 10 | 2729 |
| |||
Thanks to Taxonomy_Single_Term, a library created by WebDevStudios, it made my work much easier on creating this plugin. With Categories Metabox Enhanced, you can: Change the built-in Categories me... tabox to a single term UI, which means replacing the checkboxes with radio buttons or a select drop-down. Apply the single term UI to other hierarchical taxonomies in the plugin's Settings page. Customized the single term UI by setting these options: Priority and position of the metabox placement Title of the metabox If child-terms should be indenting If adding of new terms from the metabox is enable | ||||||||
Dansnet Meta Tag | 1.0.2 | 100 | 2 | 599 |
| |||
Dansnet Meta Tag is a lightweight plugin that allows you to generate HTML metadata to provide information for search engines like Google. Dansnet Meta Tag is a lightweight plugin that allows you to generate HTML metadata to provide information for search engines like Google. The tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services. For backwards compatibility, if this section is missing, the full length of the short description will be used, and Markdown parsed. This plugin supports following tags: "description" defines keywords for search engines "keywords" define a description of your web page "author" defines the author of a page "robots" defines if your web page should be indexed or not Meta tag settings can be found on the general settings page from your Worpress installation. | ||||||||
Toolset Types - Remove Front-end display metabox | 1.0.0 | 100 | 2 | 642 |
| |||
Remove Front-end display metabox from Toolset Types. This plugin remove the Front-end display metabox that Toolset Types plugin includes by default. This plugin will using a filter and return nothing (null) so this section will not be displayed anymore. Do not install this plugin if you rely on the Toolset Types plugin functions. If you do not know what this means you should probably not install this plugin. If you are using a plugin such as Toolset Types plugin to manage your custom fields don't worry - this should be unaffected. This plugin was created by SuitPress - http://suitpress.com | ||||||||
Global Meta Box Order | 1.0.3 | 100 | 4 | 1519 |
| |||
Intuitively harmonize meta box positions and screen column layout for all backend users of your WordPress installation. Quick Overview Install and activate the plugin Switch to a post, a page, a cu... stom post type, or the dashboard Change the order and position of a meta box (or all of them) Change the column layout Switch to a different user (maybe with the help of the User Switching plugin) See your changes applied Installation Download and unpack, then move the folder 'global-meta-box-order' into your 'plugins' folder. Head over to your WordPress installation and activate the plugin in the admin area. Rollback The plugin doesn't write anything to the database, it just reads. So it never touches any user settings, but instead filters them on a per request basis. Though all applied changes appear to be permanent from a user's perspective, they are not. Just deactivate the plugin and see all changes disappear. Activate it again, and they will all be reapplied. How It Works The plugin operates on a blueprint user whose screen settings for meta boxes (visibility, position and ordering), and column layout are cloned for all other backend users on the fly. By default, this blueprint user is the first admin user found, so you'll need to be logged in as that user to globally change screen settings. For how to change the default blueprint user as well as other settings, please refer to the Configuration section below. Where It Works By default, the plugin kicks in when a user: edits a post edits a page edits a custom post type hits the dashboard What It Changes It will always change the meta boxes visibility, ordering, and column positions the column layout When told so, it will also remove the screen options box immobilize all boxes, so they can't be moved around by your users anymore Usage Log in as your blueprint user. By default, the is the first admin user found in your system. Select an editing screen (post, page, custom post type) or the dashboard, move the meta boxes around, change their screen settings and the screen's column layout. Switch to some user to review your settings, switch back to adjust them. When done, you might want to lock your views down by removing the screen options box and by locking the boxes' sort order. Your blueprint user, of course, wil not be affected by this. Configuration The backend integration is kept to a minimum. No navigation entry, no options page, no entry in the database. Instead, the place to go to configure the plugin is your theme's functions.php. By the way: You don't need to configure the plugin. As long as it finds an admin user, it will work just fine. Preparation Fire up an editor, load your functions.php, and copy and paste the following code into it. The idea is to have some sort of container to do the configuration in, but do it any way you like. For brevity, we'll assume the plugin is loaded and active, so we won't check for that (see this nice write-up on QueryLoop on some ways to do it, though). if (is_admin()) { // The path to the configuation is rather long, so let's // make us a shorthand. class_alias('\GlobalMetaBoxOrder\Config', 'MetaBoxConfig'); // Add MetaBoxConfig below this line ... } Now we are ready to add some of the configuration settings below to adjust the plugin's default behaviour. You might also want to have a look at the example configuration near the end of this document. Please keep in mind that you need to be logged in as any user but your blueprint user to see a setting applied. Again, the User Switching plugin might come in handy. Screens To Operate On By default, the plugin operates on the post, page, and custom post type editing screens, and the dashboard. You can change this as follows: // Operate on post and page screens only, leave the dashboard alone. // This will still include custom post types. MetaBoxConfig::$filter = array('post', 'page'); // Exclude custom post types MetaBoxConfig::$include_cpts = false; // Allow custom post types... MetaBoxConfig::$include_cpts = true; // ...but not all of them MetaBoxConfig::$exclude = array('acme_product'); MetaBoxConfig in the example above is assumed to be an alias to \GlobalMetaBoxOrder\Config as shown in the preparation section above. Changing the Blueprint User Register a function that returns a user id, like so: MetaBoxConfig::$getBlueprintUserId = function () { return 1; }; Or, more involved: MetaBoxConfig::$getBlueprintUserId = function () { $user = get_user_by('slug', 'jane'); return $user ? $user->ID : false; }; MetaBoxConfig in the example above is assumed to be an alias to \GlobalMetaBoxOrder\Config as shown in the preparation section above. Locking Views By default, all users will be able to interact with the screen options box, and to move around the meta boxes themselves. There is a rationale behind it, but to cut things short, this is how you might want to change it: // No screen options MetaBoxConfig::$remove_screen_options = true; // Meta boxes can't be moved anymore MetaBoxConfig::$lock_meta_box_order = true; MetaBoxConfig in the example above is assumed to be an alias to \GlobalMetaBoxOrder\Config as shown in the preparation section above. Example Configuration if (is_admin()) { // Make sure plugin is active if (class_exists('\GlobalMetaBoxOrder\Config')) { // Make a long name short. class_alias('\GlobalMetaBoxOrder\Config', 'MetaBoxConfig'); // Settings MetaBoxConfig::$filter = array('post', 'page', 'dashboard'); // default MetaBoxConfig::$include_cpts = true; // default MetaBoxConfig::$getBlueprintUserId = function () { return 1; }; MetaBoxConfig::$exclude = array('acme_product'); MetaBoxConfig::$remove_screen_options = true; MetaBoxConfig::$lock_meta_box_order = true; } } On Moving the WYSIWYG Editor The position of WordPress' WYSIWYG editor is fixed, and can't be changed out of the box (mostly because it lacks a box around it). There are reasons for this, but if you want to have a positionable editor anyway, you might want to have a look at our very own Movable Editor plugin. If, on the other hand, if you want to place one specific box above the editor, you might want to check out this answer on stackexchange. | ||||||||
WP-Post-Meta-Revisions | 0.2.2 | 100 | 3 | 1532 |
| |||
Allow selected post meta keys to be tracked in revisions. This plugin implements a post meta revisioning feature as arrived at in https://core.trac.wordpress.org/ticket/20564. The goal of releasing this code as a plugin is to allow as many people as possible to easily test the post meta revisioning feature, and also hopefully move towards inclusion of the feature into core, following the Features as Plugins model. Further development of the code for this plugin will continue on its GitHub repository. Pull requests welcome! To use this plugin, you must be running WordPress 4.1 or newer, two hooks were added in 4.1 that are required for this implementation. To revision a post meta, you add its key via a filter: function add_meta_keys_to_revision( $keys ) { $keys[] = 'meta-key-to-revision'; return $keys; } add_filter( 'wp_post_revision_meta_keys', 'add_meta_keys_to_revision' ); Features: Allows for a whitelisted array of 'revisioned' meta keys (which can change at any time) A revision for the meta is stored on save (if the meta value has changed) A meta revision save (if changed) is also triggered during auto-saves Restoring a revision restores the revisioned meta field's values at that revision (including auto-saves) Supports storing of multiple values for a single key (and restoring them) Adds revisioned meta to the preview data via get_post_metadata Includes unit tests demonstrating feature Travis CI tests integrated with GitHub repository, props @mattheu | ||||||||
Post Meta Box Order | 2.0 | 100 | 2 | 1022 |
| |||
Easily change the order of the meta boxes on the posts screen. This plugin help you to customize order of meta boxes on posts screen. It perfectly works with custom meta boxes. Usage Install and activate plugin Order widgets via filters. This plugin hasn't interface for this. Update hash. If you want to force users , add_filter( 'post_meta_box_order_force_override', '__return_true' ); | ||||||||
Category and Taxonomy Meta Fields | 1.0.0 | 98 | 7 | 3588 |
| |||
Plugin to add custom meta fields within built in and custom taxonomies. Simply add the desired fields by going through WP-admin -> Settings ->Taxonomy Meta . you can add following fields with category/taxonomy Image. Input Text. Textarea. Checkbox. Features Very simple in use Can be customized easily. | ||||||||
Show Hidden Post Meta | 1.0 | 100 | 3 | 1676 |
| |||
Makes hidden post meta visible on post edit screens This is a very simple plugin that will make hidden post meta (also known as custom fields) visible on the post edit screen. There is an older plugin called Show Hidden Custom Fields which has been abandoned by its author and no longer works since WordPress 3.2, so this plugin was developed to take its place. | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
Featured Item Metabox | 1.3.2 | 60 | 2 | 1163 |
| |||
Quickly add a metabox to any post type for marking a post as featured. Toggle featured status even more quickly from the posts lists/ quick edit scre I found I constantly needed a way for clients to mark a post as something they wanted to feature and I've never found sticky posts particularly inuitive and the UI is pretty hidden for new users. The simplest solution was a checkbox in prominently located metabox. Please note that this plugin, by itself, will not change how your posts are displayed. It just gives the UI to users and a meta key to theme developers to query for. Usage This plugin simply adds a _featured meta key to every post with a value of yes for featured items and no for everything else. Actual display of the featured items is entirely up to the theme developer, but an example ( place in your template where you'd like to display a list of featured "Portfolios") might be as follows: // params for our query $args = array( 'post_type' => 'portfolio', 'posts_per_page' => 5, 'meta_key' => '_featured', 'meta_value' => 'yes' ); // The Query $featured_portfolios = new WP_Query( $args ); // The Loop if ( $featured_portfolios ) : echo '<ul class="featured">'; while ( $featured_portfolios->have_posts() ) : $featured_portfolios->the_post(); echo '<li>' . get_the_title() . '</li>'; endwhile; echo '</ul>'; else : echo 'No featured portfolios found.'; endif; /* Restore original Post Data * NB: Because we are using new WP_Query we aren't stomping on the * original $wp_query and it does not need to be reset. */ wp_reset_postdata(); Multiple queries per page load can slow down your site so it is worthwhile to take advantage of the Transients API, so an alternate usage would be: // Get any existing copy of our transient data if ( false === ( $featured_portfolios = get_transient( 'featured_portfolios' ) ) ) { // It wasn't there, so regenerate the data and save the transient // params for our query $args = array( 'post_type' => 'portfolio', 'posts_per_page' => 5, 'meta_key' => '_featured', 'meta_value' => 'yes' ); // The Query $featured_portfolios = new WP_Query( $args ); // store the transient set_transient( 'featured_portfolios', $featured_portfolios ); } // Use the data like you would have normally... // The Loop if ( $featured_portfolios ) : echo '<ul class="featured">'; while ( $featured_portfolios->have_posts() ) : $featured_portfolios->the_post(); echo '<li>' . get_the_title() . '</li>'; endwhile; echo '</ul>'; else : echo 'No featured portfolios found.'; endif; /* Restore original Post Data * NB: Because we are using new WP_Query we aren't stomping on the * original $wp_query and it does not need to be reset. */ wp_reset_postdata(); Then to ensure that your featured posts list is updated, add a function to your theme's functions.php to delete the transient when a portfolio (in this example) post type is saved. // Create a function to delete our transient when a portfolio post is saved function save_post_delete_featured_transient( $post_id ) { if ( 'portfolio' == get_post_type( $post_id ) ) delete_transient( 'featured_portfolios' ); } // Add the function to the save_post hook so it runs when posts are saved add_action( 'save_post', 'save_post_delete_featured_transient' ); Simple queries should only need the meta_key and meta_value parameters, but if you need something more advanced then you might want to read about how to use the more complex Meta Query parameters. Support Support is handled in the WordPress forums. Please note that support is limited and does not cover any custom implementation of the plugin. Please report any bugs, errors, warnings, code problems at Github | ||||||||
User Meta Display | 1.2.2 | 100 | 5 | 5648 |
| |||
Ajax powered admin page to show, edit, add, and remove user meta. Choose dropdown list by User Login, ID, or Display Name. Ajax powered admin page to show, edit, add, and remove user meta. Choose dropdown list by User Login, ID, or Display Name. You can select how the display list will show the users, by Display Name, User Login, or ID. Default is Display Name. Refresh the current users meta being shown, or dropdown list by clicking on Refresh button. This plugin will create a submenu "User Meta Display" item under the "Users" menu item in your wordpress installation. User meta is generated via AJAX (doesn't require page reload) and is protected using Wordpress nonce to prevent unauthorized output of user meta. Features Display all user meta via Ajax Edit user meta via Ajax Supports Adding/Updating meta with HTML Remove user meta via Ajax Add new user meta via Ajax Refresh user dropdown list via Ajax Refresh displayed user meta via Ajax Direct link from WP user list table to view user meta Read more about User Meta Display. Documentation Documentation will be maintained on the GitHub Wiki here. Contributing and reporting bugs You can contribute code and localizations to this plugin via GitHub: https://github.com/tripflex/user-meta-display Support If you spot a bug, you can of course log it on Github Or contact me at myles@smyl.es | ||||||||
Easy WP Meta Description | 1.1.0 | 100 | 4 | 4730 |
| |||
Simple and easy to use wordpress plugin to add the meta description tag in html head This plugin lets the user write a separate description for each post, page or custom post type post which is added as a meta description to the html head. The individual description for a post or page is typed and edited in a separate text field just below the text field for editing the post text. You can also add meta description to category, tag and custom taxonomy archive as well as front page. To add description to a category, go to Dashboard > Posts > Categories. Select a category in the table to the wright or create a new category. Type the description in the text field Description, Weather or not this description will be viewed for visitors on the site is up to each theme. The Easy WP Meta Description plugin will add the description as meta information in the html head. Descriptions for tag and custom taxonomies are edited in similar fashion. To edit a front page description you would go to Dashboard > Settings > Gemeral and edit Tagline. This plugin relies on the wp_head() action hook. It will only work if the theme uses it. Most themes do. Docs & Support You will find more and updated information about the plugin at the plugin website | ||||||||
Multi Image Metabox | 1.3.5 | 98 | 11 | 15009 |
| |||
Add a multi-image metabox to your posts, pages and custom post types This plugin add a metabox which allox to upload and link multiple images to one post. Pictures are linked by the way of meta_value (and attachments ID). They can be reordered using drag and drop. Number of allowed pictures and concerned post types can be overited using hooks. Plugin includes many functions to retrieve linked pictures. For more information on using the plugin, refer to the section "Other Notes". | ||||||||
Post Meta Inspector | 1.1.1 | 100 | 4 | 6043 |
| |||
Peer inside your post meta A quick and easy way to see post meta associated with any given post. When activated, this plugin prints your post meta keys and values inside of a post meta box. Originally developed for WordPress.com VIP-hosted clients, we thought it would be useful for development environments, etc. too. Feel free to fork the plugin in Github and pull requests are always welcome. Hit us with feedback, questions, bug reports, and feature requests in the forums. | ||||||||
WP Custom Category Meta | 1.1.0 | 90 | 2 | 3125 |
| |||
Allow you to add custom meta tags and title for category. In next version will be added other seo plugins support.... Allow you to add custom meta tags and title for category. In next version will be added other seo plugins support. | ||||||||
Meta Generator and Version Info Remover | 3.3 | 100 | 8 | 13213 |
| |||
Requires PHP: 5.3 This plugin will remove the version info appended to enqueued style and script urls along with Meta Generator in the head section This plugin will remove the version information that gets appended to enqueued style and script urls. It will also remove the Meta Generator in the head and in RSS feeds. Adds a bit of obfuscation to hide the WordPress version number and generator tag that many sniffers detect automatically from view source. Option available to selectively exclude any style or script file from version info removal process. You can enable/disable each removal options from admin dashboard: Remove Meta Generator Tag Remove Version from Stylesheet Remove Version from Script Exclude files from version info removal process (by providing comma separated file names) You have any suggestions to make this plugin better? Please share your thoughts in the support thread. Dashboard > Settings > Meta Generator and Version Info Remover | ||||||||
Post Meta | 1.0.9 | 78 | 7 | 13170 |
| |||
Post Meta is a wordpress custom post field, post type and taxonomy management Plugin. Shortcode with GUI, Import & export and many more. Plugin Homepage | Documentation | Video Tutorial | Screenshots Post Meta is a wordpress custom post field, post type and taxonomy management Plugin. It has smart and modern (ajax and jquery based) interface to create post meta option or custom meta field as group or field. It also support smart shortcode with ui and Impot & export feature. Every developer should have it. Features Fully jQuery and ajax based Management Custom post Group and Field Duplicate Field or Group supported Sorting group and field by dragging Preview image field with thumbnail size Audio preview with player Video preview with video player Smart shortcode supported with GUI Import & export Managing Custom Post type Managing Custom Taxonomy Custom availble field list Text Box Email Website / Url Phone Number Paragraph / Text area Wp Editor Date / Time Drop Down Check box Select One (Radio) Hidden Field Image Media Image Upload Audio Upload Video Upload File Upload Shortcode with GUI Shortcode Functions get_label(), get_field(), get_duplicate_field(), get_group(), get_duplicate_group(), get_field_tpl(), get_duplicate_field_tpl(), get_group_tpl(), get_duplicate_group_tpl(),get_image(),get_audio(), get_video(), preview() For Function details Upcoming Features: Will add more custom field ...and any suggestions that we may receive... Please Vote and Enjoy Your votes really make a difference! Thanks. NB Duplicate Group, Uploaded field, Shortcode and Impoer & Expoert are only supported in pro version. Get it Now | ||||||||
WP Meta and Date Remover | 1.2.2 | 98 | 27 | 59242 |
| |||
Remove meta author and date information from posts and pages. Hide from Humans and Search engines.SEO friendly and most advance plugin. Remove Meta,Author and Date in click. Install. Activate. And Done! How to remove Author Meta and Date from posts and pages? 1. Install WP Meta and Date remover. 2. Activate Plugin. 3. Choose whether to hide from Backend(Page Source) or Frontend or Both 4. Save settings 5. And you done! Two way removal This plugin uses two methods to erase your meta Removal using CSS file Plugin register custom CSS which hides any information contained by meda data class. CSS file provided with this plugin works great. You also can edit that n file in plugin editor. For more support Buy premium support Removal using php Plugin filters results of functions like get_date(),get_time() etc. In some cases CSS file doesn't work, thats why there is removal using php code. Plugin removes Meta data from source code. Which means even search engines can't see it. | ||||||||
Post Meta Manager | 1.0.4 | 100 | 2 | 4943 |
| |||
A simple utility plugin for changing or deleting post or user meta (custom fields) keys in bulk. Creates a panel to change or delete meta keys in bulk. Useful for when you are switching plugins or themes that use specific meta keys for functionality, or for general cleanup for older sites that may have older meta data that is no longer in use. | ||||||||
Plugin Name | Version | Rating | Reviews | Downloads | Flag | |||
SEO Meta Description | 2.0.0 | 60 | 2 | 5631 |
| |||
Creates meta description write panel for posts, pages and custom post types. Creates meta description write panel for posts pages and custom post types. Meta description write panels are not present in the default WordPress installation. Meta description were traditionally important for website SEO. Today, with the improvement of the software that reads and summarizes the textual documents, they are loosing the importance. Still you can find them useful on pages with low or even no text. | ||||||||
Open Graph Metabox | 1.4.4 | 82 | 7 | 21156 |
| |||
This plugin lets you set the Open Graph meta tags per post, page or custom post type and set default start values for new posts. It’s a simple plugin to get you started with the Open Graph meta tags and will get extended features soon. | ||||||||
Gallery Metabox | 1.5 | 92 | 5 | 28840 |
| |||
Displays all the post's attached images on the Edit screen. NOTE: This uses the old media gallery interface, and I have no plans to change this. I use the WordPress Gallery a lot on websites I build. It's a wonderful tool, but it's hard to find. Instead of telling users "Click the first icon next to Upload/Insert, then click the gallery tab", I created this simple plugin to display all the attached images in a metabox. It's also customizable for developers (see documentation). Documentation No support will be provided by the developer | ||||||||
Meta Box | 4.10.1 | 98 | 73 | 1336848 |
| |||
Meta Box plugin is a powerful, professional developer toolkit to create custom meta boxes and custom fields for WordPress. Meta Box plugin is a powerful, professional toolkit for developers to create and handle everything related to custom meta boxes and custom fields for WordPress. The plugin provides a wide range of field types and a lot of options to for each field type, which gives you unlimited possibility to control and customize the custom fields. With the extensions, you can easily build meta boxes not only for custom post types (default), but also for settings page, user meta, term meta. You can also display the fields the way you want with columns, tabs or groups. The plugin is built mostly for developers with a little coding, but if you prefer GUI for faster creating custom post types, meta boxes and custom fields, the plugin has extensions for that: MB Custom Post Type and Meta Box Builder. Features Create custom meta boxes for posts, pages or any custom post type. Create custom settings pages or theme option page. Create custom meta boxes for user profile pages. Create custom meta boxes for taxonomy terms. Supports 40+ built-in field types for all your needs (text, textarea, wysiwyg/editor, image, file, post, select, checkbox, radio buttons, date time picker, taxonomy, user, oembed and more to come!). You can also create your own field type easily. Support cloning (repeatable) fields for most field types, including WYSIWYG/editor field. Also support repeatable field groups. Powerful actions and filters that developers can build or change the appearance and behavior in the plugin. Uses the native WordPress meta data storage and functions for ease of use and fast processing. Easily integrate with themes and plugins. Works with Composer if you want to include the plugin in your project. Compatible with WPML multilingual plugin (officially supported by WPML team). Documentation Getting Started Register Meta Boxes Define Fields Get Meta Value See more documentation here. Extensions MB User Meta: Add custom fields to user profile (user meta) quickly with simple syntax. Meta Box Geolocation: Automatically and instantly populate location data with the power of Google Maps Geolocation API. MB Admin Columns: Display custom fields in table columns in admin screens for All Posts (types). MB Term Meta: Add meta data to categories, tags or any custom taxonomy with simple syntax. MB Settings Page: Create settings pages for themes, plugins or websites with beautiful syntax. MB Custom Post Type: Create and manage custom post types and taxonomies easily in WordPress with an easy-to-use interface. Meta Box Yoast SEO: Add content of custom fields to Yoast SEO Content Analysis to have better/correct SEO score. Meta Box Text Limiter: Limit the number of characters or words entered for text and textarea fields. Meta Box Conditional Logic: Add visibility dependency for custom meta boxes and custom fields in WordPress. Meta Box Group: Create repeatable groups of custom fields for better appearance and structure. Meta Box Builder: Create custom meta boxes and custom fields in WordPress using the drag-and-drop interface. Meta Box Template: Define custom meta boxes and custom fields easier with templates. Meta Box Tooltip: Display help information for fields using beautiful tooltips. Meta Box Show Hide (Javascript): Toggle meta boxes by page template, post format, taxonomy (including category) via Javascript. Meta Box Tabs: Create tabs for meta boxes easily. Support 3 WordPress-native tab styles and tab icon. Meta Box Columns: Display fields more beautiful by putting them into 12-columns grid. Meta Box Include Exclude: Show/hide meta boxes by ID, page template, taxonomy or custom function. See all extensions here. Plugin Links Project Page Documentation Report Bugs/Issues Premium Extensions | ||||||||