Feeds

Adding Excerpt?

PerformancingAds
Submitted by grayingtech on March 22, 2007 - 3:09am in

Until the "next page" feature is added to the theme, how do I enable excerpts? Thanks.


Answer

I just answered the "next page" feature on the previous thread. As for the excerpts, are you referring to the home page?

Yes

Yes, I meant the home page. This is my home page structure:

Headline
Tease

Answer

Go into the home.php file, and find this:
<?php the_content(__('Read more'));?><div style="clear:both;"></div>

And change it to this:
<?php the_excerpt(__('Read more'));?><div style="clear:both;"></div>

Thanks

Thanks, Brian.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed> <strike>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
3 + 13 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.