• Resolved imememine

    (@imememine)


    Hi

    I like this theme a lot but I would like to always show the entire post, without the continue reading […] ‘excerpt’ mode. I’ve tried a few things but nothing seems to work.

    Is there a way to disable excerpts on this theme and have the entire post always showing instead?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Edit content.php file, search above:

    <div class="col-sm-6">
    <?php the_excerpt(); ?>
    </div>
    <?php else : ?>
    <?php the_excerpt(); ?>
    <?php endif; ?>

    Using “content” instead of “excerpt”.

    Save.Done.

    Thread Starter imememine

    (@imememine)

    Briliant : )
    Thank you so much!

    I tried this, but it actually added a “more” button on top of the “continue reading” button. Thoughts?

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

The topic ‘Can I remove the 'continue reading' link on posts?’ is closed to new replies.