How to show just excerpts on main page?
-
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! ??
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘How to show just excerpts on main page?’ is closed to new replies.