Page tree

Versions Compared

Key

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

...

To change text of 3rd box, must manually edit file,

Code Block
langlanguagebash
sudo vi /opt/web/php/sunrisemontessori.ca/blog/wp-content/themes/Modest/home.php

 

To control the amount of data shown in bottom sections either use "More" tag or use Excerpt (which gives more control).

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

To use excerpt change as follows,

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

to,

Code Block
languagephp
<?php the_excerpt(); ?> 

Though not evident we can use tags in the Excerpt area too.

Research

http://www.elegantthemes.com/gallery/modest/readme.html