Please tell me how to set my homepage to summary of posts.. Is there any plug-in?
I want to view 5 or 8 posts only in homepage on summary.
Thanks
Please tell me how to set my homepage to summary of posts.. Is there any plug-in?
I want to view 5 or 8 posts only in homepage on summary.
Thanks
thats controlled by your theme. check your themes index.php file. look for something like
<?php the_content(); ?>
and change it to
<?php the_excerpt() ?>
This topic has been closed to new replies.