Yoast SEO plugin probably is the most popular SEO plugin for WordPress. One of best features this plugin provides is content analysis for SEO. Unfortunately, this plugin analyzes only post content while our pages may have additional content in custom fields. This content is also outputted in the frontend and is visible to search engines and should be analyzed for SEO, too. Now, this can be done with Meta Box Yoast SEO.
Introducing Conditional Logic Extension
I've been asked for this extension for a while. Its idea is similar to 2 popular extensions: Include Exclude and Show Hide but expand the ability with lots of options! Now you can show or hide not only meta boxes, but custom fields and any DOM elements by other fields' values!
Continue reading "Introducing Conditional Logic Extension" →
New Extension: MB Group
I received quite a lot of questions asking about repeater field in Meta Box. It’s a group of fields and can be cloned. It’s widely used by people to organize fields and make data more structural. That’s why I created MB Group (I name it group as it actually groups fields).
The MB Group extension allows you to put some normal fields in groups (a new field type group
is automatically created). Groups can be cloned and you will have unlimited array of structural data.
New Extension: MB Builder
After months of hard working, we're happy to announce that the MB Builder extension has been launched. This extension allows you to create meta boxes and custom fields in admin area without touching any PHP code! It allows you to visually add field options, drag and drop to reorder fields, add/remove various fields, etc. The results can be seen immediately after saving.
Automatic Update for Meta Box Extensions
Today I'm happy to announce that the auto updater for Meta Box Extensions now available. If you purchased any extension of Meta Box, you should download this extension immediately to receive updates for the extensions.
Continue reading "Automatic Update for Meta Box Extensions" →
New Extension: MB Template
Meta Box plugin was original made in order to provide developers an easy way to create custom meta boxes and custom fields in WordPress. Now it support many field types and a lot of options for each field type. However, you need to know a little bit PHP to work with the plugin. You have to hook to rwmb_meta_boxes
and add your own meta boxes and custom fields. It's quite easy for developers but not for users.
So I make MB Template - an extension for Meta Box that allows you to create custom meta boxes and custom fields just by writing simple template. The template is very easy to read (similar to name: value
pairs), to change later and to copy and paste into other websites if you want to.