I have some categories and in these categories I have images.
Let's say I have post1
and in this post1
I have cat1
, cat2
, cat3
. When I enter the post in " single_post " mode, only the cat1
image is displayed, however, I would like you to display the 3 images side by side. Is this possible?
This is the script that shows the Thumb category of the post category:
<?php the_post_thumbnail('sydney-large-thumb'); ?>