Picture of all category in post wordpress

0

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'); ?>
    
asked by anonymous 09.03.2017 / 03:23

0 answers