• Hello, How do I get the categories with images?

    According to the plugin you have to put this code but it does not specify where to put it:

    if (function_exists (‘get_wp_term_image’))
    {
    ???? $ meta_image = get_wp_term_image ($ term_id);
    ???? // It will give category / term image url
    }

    echo $ meta_image; // category / term image url

  • The topic ‘How do I get the categories with images?’ is closed to new replies.