• hi
    is there any way to set alignment to taxonomy image, when it’s included in category.php template? now the category description text shows up below the image, and I would like it to wrap the image just like normal ‘alignleft’ does. Please help ??

    right now my code in category.php looks like that:

    < ? php do_action( 'taxonomy_image_plugin_print_image_html', 'large'); ? >'
    '< div class= "catdesc"><? php echo category_description( $category ); ?> </ div>

    [Please post code snippets between backticks or use the code button.]

    and here’s an example, description text ‘lorem ipsum’ show beneath the taxonomy image.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Taxonomy Images BETA] taxonomy image alignment on category page’ is closed to new replies.