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 »'); ?>
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.