Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had found the page you mean.

    on the page “content.php”:

    Line 39 to 42:

    `<?php if ( is_search() || is_home() || is_archive() || is_author()) : // Only display Excerpts for Search ?>
    <div class=”entry-summary”>
    <?php the_excerpt(); ?>
    </div><!– .entry-summary –>`

    When I remove this code in an attempt to have the automatic “Read More” removed, it does not show any Blog Posts anymore, just the Header.

    KS

    Follow up: I tried finding the code and follow the instructions you gave to “mockerbird”, but could not get it to work

    KS

    Hi. I just recently downloaded your Theme and love it.

    I want to disable the automatic “read more” of the Blog Entries when the Blog loads for Readers. I want to add it manually when I feel it needs to be there.

    What line of code – and on what .php page – does the code have to be modified? (disabled via the /* and */)

    Thank you,

    KS

Viewing 3 replies - 1 through 3 (of 3 total)