• Dear friend,really great plugin.
    I use it in a movies reviews wp theme (not created by me).
    I can associate images to taxonomy terms but I can’t display these associated images at the frontend. The code the theme uses to list the terms is this:

    foreach($taxonomies as $taxonomy){
    echo get_the_term_list( $post->ID, $taxonomy->id, ‘<span class=”taxName”>’ . __(ucwords($taxonomy->name),’made’) . ‘</span>: <span class=”taxContent”>’, ‘, ‘, ‘</span><div class=”separator”> </div>’ );
    }

    I like the way this code displays taxonomies terms but I can’t figure out where to insert your code so as for the associated images to be displayed next to the terms.
    Thank you very much.

    http://wordpress.org/extend/plugins/taxonomy-images/

  • The topic ‘Displaying taxonomies terms’ is closed to new replies.