Forums

Output links in Post page (2 posts)

  1. jacqueschoquette
    Member
    Posted 1 year ago #

    My blogs homepage displays the most recent posts. However the links that are contained in the text for those posts do not get output on the homepage. I can click on the post title to read the post and see the links but I want them to display and be active on the list page as well. Can someone please point me in the right direction? I am using 3.0.1 with the twenty ten theme

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try editing loop.php and changing:

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

    to:

    <?php if ( ( is_archive() !is_home() ) || is_search() ) : // Only display excerpts for archives - except the home page - and search. ?>

Topic Closed

This topic has been closed to new replies.

About this Topic