type="text/css" />

How to display Post Excerpts in blog Homepage / Front Page?


Nowadays most of the WordPress themes give you option to show either the full post or the post excerpt in the homepage, front page or archive pages. In case, your theme does not have any option but you want to show the full post, here is a tutorial to display excerpt in WordPress theme.

  • First of all, go to Dashboard > Appearance > Editor and find these following files – index.php, archieve.php & category.php. Your theme may not have one or more files. Don’t panic!
  • Now find the following code:
    1
    
    <?php the_content(
    )
    ; ?>
    
  • Replace it with the follow and save the file.
    1
    
    <?php the_excerpt(
    )
    ; ?>
    

Now you will be able to write custom excerpt for each blog post from the New Post page. However, you may not find any text box to write the excerpt. Again, don’t panic.

How to display Post Excerpts in blog Homepage / Front Page?

On the blog posting page, at the top right corner, you will find Screen Options, click on the link and tick the Excerpt option. Now a text box will be visible at the bottom of the post posting page.

Regards,
Jinnat Ul Hasan

By Jinnat Ul Hasan | On Monday, October 3rd, 2011 | Under How To's | No Comments ยป


DO YOU NEED OUR HELP?

Contact our experts, most of the time we assist our readers free of charge.

Those who found this page were searching for:

  • wordpress display post excerpts on home page
  • wordpress show excerpt on homepage
  • display excerpts from category +wordpress
  • difference between post excerpt and and post
  • how to display post from blog
  • blogspot show excerpt
  • Display not homepage Pages blogger
  • blog home page with excerpts in wordpress
  • display the post in homepage in blogspot
  • wordpress show blog excerpt on homepage

Previous post:

Next post: