Term Taxonomy Meta

In here you can add any custom term taxonomy meta.

Go to WP Builder > Term Meta

In here you can select which taxonomy you want to add a term meta fields.

Select the post type

Then select which type of field you need. There is 8 type of input fields available with this plugin. For example :

* Text field 
* Textarea
* Checkbox
* Selectbox
* Radio button
* Color picker
* Image upload
* Icon picker

Select anything based on your need.

You have to put unique term meta name and corresponding fields.

And in your taxonomy will show the fields and will save the data when adding the terms.

For displaying the term meta you will need the following code.

<?php echo get_term_meta( $term_id, $key = 'unique_term_meta_key', $single = false ); ?>

results matching ""

    No results matching ""