Display images of taxonomies
-
Hi there!
I have a custom taxonomy in my site (tipo de tarea), and I have added images to them using your awesome plugin.
Now, I’m using this function to show the taxonomy name of “Tipo de tareas”. The name is clickeable if you pass the mouse over there and then you go to that taxonomy page.
https://s31.postimg.org/tpefnkwgb/Captura_de_pantalla_2016_06_15_a_las_22_16_24.png
<?php echo get_the_term_list( $post->ID, 'tipo_de_tarea' ); ?>
I want to substitute that for only the image, that would be also clickeable.
How can I do this? I’m not sure about the code to use…
Thanks!
- The topic ‘Display images of taxonomies’ is closed to new replies.