• When I put posts with images on my blog: http://www.back-doctor.co.uk/blog/ the images all appear on the individual posts, but some of them do not appear on the front page list of posts. Whereas others do. I do not know what I am doing to stop these images appearing???

Viewing 1 replies (of 1 total)
  • Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Try editing the relevant template file(s) and replacing <?php the_excerpt();?> with <?php the_content();?>

Viewing 1 replies (of 1 total)

The topic ‘Picture disappers from front page posts’ is closed to new replies.