I'm trying to show the full post in a section of my site, but can't get it to work for some reason.
If I have <?php the_excerpt(); ?> it works fine, but If I change that to <?php the_content(); ?> It doesn't show the post content.
On the page below, the first two entries are using the_excerpt, but the final four are using the_content. I've searched around the web, and the_content should be doing the job, so I'm not sure what's wrong.
http://ioaf.moonworks.co/meet-the-team
Thanks