Adding an image next to a term
-
Hello, great plugin. I’m having problems figuring it out though.
I have a list of terms that display with similar code:
<?php echo get_the_term_list( $post->ID, 'pnation', '<b>Nationality:</b> ', ', ', '' ) ?>How would I get an image to display after the term? I’m guessing I add this code somewhere but I’m struggling to get it working.
print apply_filters( 'taxonomy-images-queried-term-image', '' );Please advise.
The topic ‘Adding an image next to a term’ is closed to new replies.