Hi,
I set up WP recently. I added 3 post so far and it shows the FULL post on the main page. While this is ok for 3 posts, when I have 10 it will be a huge page. How do I set it up to just show the excerpts?
I looked in my template for the main page and found this code:
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
I read some docs, but don't see how to change this. I can't find an option in the admin to do it either.
Help! :D
Thanks