Viewing 1 replies (of 1 total)
  • Plugin Author Bas Matthee

    (@basmatthee)

    This is explained in the installation tab on the plugin page.

    Easiest way:

    // Put this code in your template
    if (function_exists('get_all_terms_meta'))
    {
        $metaList = get_all_terms_meta($category_id);
    }

    This will retrieve all meta values of the category in the $metaList array;

Viewing 1 replies (of 1 total)
  • The topic ‘How to show meta values ?’ is closed to new replies.