• Resolved yihangho

    (@yihangho)


    Hi,

    I’ve chosen under Settings->Reading to show Summary of each article in the feed. However, when using this theme, it appears that full-text of each article is shown instead. Any way to fix this?

    Thanks! (I love your theme!)
    Yihang

Viewing 3 replies - 1 through 3 (of 3 total)
  • That setting is to control feed (RSS) only.

    For the normal browser view, you have 2 ways to manage this.

    • Put in the <!--more--> quicktag when creating or editing a post to make a cutting point by yourself.
    • Or override the content.php template in child theme changing the_content() to the_excerpt().
    Thread Starter yihangho

    (@yihangho)

    Thanks paulwpxp! I used the the_excerpt() way.

    Anyway, I thought “the feed” means the feed of posts on the main page? The previous theme that I was using (Montezuma) responds to this change though.

    Thanks again.

    ok but don’t forget to make changes via child theme.
    https://codex.www.ads-software.com/Child_Themes

    When theme updates, all modifications made directly to theme files will get overwritten. Changes made via child theme will stay untouched, and it’s easier to keep track of what’s being done.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Showing full article all the time’ is closed to new replies.