Print This Post Print This Post
May 31

In ADMIN click on PRESENTATION and then THEME EDITOR. The file you need to look at with the DEFAULT template is “Main Index Template”, so click on it (on RHS list)

About 8-10 lines down you can see:

<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>

If you use the <!--more--> tag in your post, then the message that is shown is "Read the rest of this entry »" with a link.

Want to change the message?

That's easy enough to do - just be CAREFUL to leave the single quote marks at the start and end of your new message when you change it in the line above... and DON'T include APOSTROPHES in the message :)

However if you DON'T want to use the <!--more--> tag in your post, then you can do something slightly different...

If you like this post, buy me a coffee

Popularity: 35% [?]

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • blogmarks
  • Furl
  • Netscape
  • NewsVine
  • Reddit
  • scuttle
  • Slashdot
  • StumbleUpon
  • Technorati
  • YahooMyWeb

Pages: 1 2 3 4

One Response to “Show Summaries of Recent Posts on Home Page”

  1. A Place For Stephen » Blog Archive » Theme Switcher Plugin Says:

    [...] For example, with the WordPress Classic theme I tried to include the_excerpt tag on the main index page to show summaries of the posts on the home page. [...]

Leave a Reply