• Hi Aftab Husain,
    First of all Thanks and Congratulations for this AWESOME plugin.

    I just became a fan of your plugin and woks charm.
    The only issue i am facing is on the category page. Following is the code I have used but its not outputting the value:

    if (function_exists('wp_get_terms_meta'))
    { $MetaValue = wp_get_terms_meta($category_id, icon, true);
     echo $MetaValue;}

    Also
    if (function_exists('wp_get_terms_meta')) { $MetaValue = wp_get_terms_meta($category_id, colour, true); echo $MetaValue; }

    I have used it on taxnomy page and works charm. But on category page is not echoing the value. Need help

    The page I need help with: [log in to see the link]

  • The topic ‘MetaKey Value not displayed on Category Pages’ is closed to new replies.