Hi there,
I need a solution here. I am creating a user submitted content website. I found the solution to show the featured image submitted by the user but now i just found another problem. Here is my content body structure that i want.
{post title} - solved
{post category} - solved
{post images} - solved
{post body} - solved
{post images thumbnails} - HOW TO DO THIS?
User can submit story, an image is compulsory for the submit process. My concern now is there are users with story that has more than one image. So i allowed maximum is 4 (1 is compulsory and 3 is additional images).
Problem is let say a user with a story with 4 images, how can i display the 3 additional images as a thumbnail in the post? So far i just can display the featured image or the first one only.
Please help! Thanks