• Resolved Buck

    (@n4pgw)


    ClubQTH.com
    I have my site up and running, somewhat. I tried several themes, but cannot find one with radios or antennas so I chose to use wp-multiflex 5. As you can see, I have some long articles to post. I am hoping to have the articles emailed to the site and held until I can write a teaser or summary in the excerpt box and let only that be posted on the site until someone clicks on the title or ‘read more’ link. I see some themes automatically trim the original articles and add a ‘read more’ link. This could be a good option too.

    So, how do I do this?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can edit index.php so where it says the_post it says the_excerpt. You can change the default excerpt length in functions.php.

    Thread Starter Buck

    (@n4pgw)

    <?php if (is_search()) { the_excerpt(); } else { the_content(‘Read the whole article »’); } ?>

    The above line is the only place in index.php I found the_excerpt or the_content. ( I modified the existing text to say ‘Read the whole article’)

    I opened functions.php (in the theme) and did not find is_search, the_excerpt or the_content.

    I did add the ‘more’ break and when the article comes to that point, it displays the statement ‘Read the whole article’.

    I searched all the wp directories and the one theme directory but could not find a functions.php that contained the above three function names.

    While I prefer everything but the single article page to display the excerpt, the read more feature manually entered works ok.

    I tried modifying the php code, but I couldn’t get a simple comment not to display in my content, so I better wait for a time I know a little more.

    Thank you
    Buck

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wanted: Article summaries on front page’ is closed to new replies.