Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The More tag would be great, except it does not generate a button to actually get to the article.

To There is an option within Elegant themes,

  1. ePanel
  2. General Settings
  3. General
  4. Use Excerpt When Defined

However it does not appear to work with the modest theme. So instead, to use excerpt change home.php as follows,

Code Block
languagephp
 <?php the_content(""); ?>

...