Custom Fileds Metabox

It has option to set as many section into post and custom post types.

Its possible to add different kind of fields. For example :

* Single field 
* Single repeatable field 
* Repeat bundle 
* Tab 
* Accordion

Here is the field list you can add as single field

Every field has it's own settings.

Please try to add unique meta key with no space.

Data will be save into the unique meta key in the meta table. It's possible to get those value with

<?php get_post_meta( $post_id , 'meta_key', true); ?>
<?php update_post_meta( $post_id , 'meta_key', true); ?>

It has option to make section with tab and it has option to set field to specific tab, so do for accordion.

It has option to make section with tab and it has option to set field to specific tab, so do for accordion.

After save button it will save as you see.

If you go to the post / your custom post type where you've added your meta section , then you can see those fields.

Display custom meta field into your post type generated by metabox generator

<?php echo get_post_meta( get_the_ID(), 'unique_meta_key_used_in_metabox_generator', true); ?>

results matching ""

    No results matching ""