• Resolved pamplemuss

    (@pamplemuss)


    Hi, thank you for the plugin,

    Can you please show the code example how to call the category image on the page?

    I tried to paste

    <?php get_taxonomy_image(3);?>

    in my Category.php page in the div where the image should be placed, but nothing.

    Should I add some other codes somewhere?

    THanks,
    Erica

Viewing 1 replies (of 1 total)
  • You need to echo the result, and you’ll want to put the second parameter to true so it echoes the image and not just the URL.

    <?php echo get_taxonomy_image(3,true);?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to call/ Show this image finally?’ is closed to new replies.