My goal is to have the index page display several complete posts with images and links. It currently only displays excerpts. I had been using excerpts manually created for each post before. But I've decided to change to a full post layout. I've changed the option on the Options--Reading page to: For each article, show: Full text. But that didn't work.
I read this post http://wordpress.org/support/topic/85131
that tells how to add the 'the_content' versus 'the_excerpt' into the index.php and single.php template pages. But I'm still confused.
Here's the blog: http://www.msco.com/blog
I found that my index.php contained 'the_content'
And that my single.php page had 'the_excerpt' commented out using html <!-- --> style comments, and 'the_content' was not commented. So I reversed the comments on them to no effect.
Thanks,
Chip