Hello. Few days ago I was bought blog about BMW cars. Why the picture are not showing in index.php, but when i click "read more" the picture are showing? I want to show the picture in index and in post. Any suggestion how fix this problem?
You need to position the image at the top of the text. Edit the post in html mode and make the image the first element.
The image are first element in all post I know how to use WordPress. But theme didn't show the image in index.php. And i want to fix this problem. How?
It must be the way the theme CSS does stuff, you might be able to manipulate the CSS to force a <div> break between the picture and the text.
Dywaz, One possibility is that you are using relative urls rather than full urls in your markup and make sure that you have an images folder inside your theme. There was a discussion about this on the WordPress site. You can view it here: http://wordpress.org/support/topic/image-not-displaying-in-indexphp. Hope this is helpful, Shawn