Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Purchased Elegant Themes and trying it out.

Implementing Modest Theme

Home Page

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

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.

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,

 <?php the_content(""); ?>

to,

<?php the_excerpt(); ?> 

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

Research

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

  • No labels