Adding Taxonomy image to a single post
-
Hi! this is the code i′m using to call my terms on a single post
<?php $terms_as_text = get_the_term_list( $post->ID, 'estado', '', ', ', '' ) ; echo strip_tags($terms_as_text); ?>
how could i add image to this taxonomy list??? my idea is to use ir like a time line but i can′t get it to work!
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding Taxonomy image to a single post’ is closed to new replies.