• I just migrated from Tiny Forge to Tiny Framework. All is well except that excerpts are no longer showing when viewing posts by tag. For example: https://teachingsfromtibet.com/tag/bodhicitta/

    I have made this change to content.php according to the Comprehensive Guide:
    <?php if ( is_search() ) : // Only display Excerpts for Search?>

    change to:

    <?php if ( is_search() || is_paged() || is_archive() ) : // Display Excerpts for Search, Archives and additional pages of Index view ?>;

    [Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]

    The excerpts were showing when I had Tiny Forge, but disappeared when I migrated to Tiny Framework.

    Note that I do not have manual excerpts for any of my posts.

    Thanks!

    • This topic was modified 7 years, 10 months ago by bdbrown.
    • This topic was modified 7 years, 10 months ago by bdbrown.
  • The topic ‘Excerpts not showing’ is closed to new replies.