• 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

Viewing 1 replies (of 1 total)
  • 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() ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to display post summary at homepage?’ is closed to new replies.