Hi i am a new to wordpress. I want to show 5 pics in a post on my home page and i only see 1 pic. check this please.
What do i have to do?
Thanks for you help
Hi i am a new to wordpress. I want to show 5 pics in a post on my home page and i only see 1 pic. check this please.
What do i have to do?
Thanks for you help
Do you mean the second post, the one titled Autres modèles disponibles?
I'm guessing you're probably using <?php the_excerpt(); ?> instead of <?php the_content(); ?> -- you should use the latter if you want to show the full post (ie. all the photos). Or you can explicitly set the excerpt for the post to include all five photos.
This topic has been closed to new replies.