Only one image on post with multiple categories?
-
Hello, thanks for great plugin!
Please, how to display only one (or first) category image if the post is assigned to more categories? This is my code in header:
<?php foreach (get_the_category() as $cat) : ?> <img src="<?php echo z_taxonomy_image_url($cat->term_id); ?>" /> <?php endforeach; ?>But it is displaying images from all the current post categories.
Many thanks for help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Only one image on post with multiple categories?’ is closed to new replies.