Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have images inserted directly into my post content.

On the blog home page, no images appear per post. The image tags have vanished from the code. Only the text from the post appears. On the single pages, the images do appear as expected.

On index.php, I'm using this line to add the post content per post:

 <?php the_content('Read the rest of this entry &raquo;'); ?>

Another theme I have stored uses the same code as above, but the images are shown as desired.

What is causing the images to be removed from the post content on the home page?

EDIT: The images appear the first time you load the page, but are missing from the source code when you refresh.

share|improve this question
Impossible for anyone to tell without further details, ask the theme author, voting close. – Wyck Aug 25 '12 at 1:18
The theme is the default WordPress theme. We modified it to match the desired design. Seems like something we did is causing the issue. I have no idea what could cause this and was hoping others had experienced & solved the same issue. Please let me know what other info would be helpful. – edt Aug 25 '12 at 19:30

closed as too localized by Wyck, Chip Bennett, Brian Fegter, kaiser, Chris_O Sep 30 '12 at 2:57

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.