• Hi, On the
    For each article in a feed, show: Summary

    But no matter what I do it always seems to show the whole post.

    I’m using Twenty Ten 1.3 in case that matters

    Thanks for any help you can provide

Viewing 6 replies - 1 through 6 (of 6 total)
  • For each article in a feed, show: Summary

    this is only for RSS feeds;

    if you are referring to your site’s posts page, you will need to edit loop.php (in the case of Twenty Ten), and change (appears two or three times):

    <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>

    change that to (at least the one closest towards the bottom of the template):

    <?php if ( is_home() || is_archive() || is_search() ) : // Only display excerpts for index, archives and search. ?>

    sir please help me i hav tried all the code available bt couldnt get the result.
    i need to get a code by which i can show read more link in the recent posts.while at the top featured post will be shown with all full text. i need to implement this in twenty ten theme,??? what should i do??
    plz reply soon…

    Thread Starter smokey99

    (@smokey99)

    Thank you alchymyth, I appreciate your help.
    I will try that.

    Have a great day

    Thread Starter smokey99

    (@smokey99)

    ssujatakmca
    You’re best to start a new thread

    hope 4 d bst, i m a beginner in wordpress

    @ssujatakmca

    please start your own topic

    and post as much information as you can.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Summary or Full Text – Only shows FULL’ is closed to new replies.