• Hi,
    is it possible to show the full post, instead of only an excerpt on the homepage? I have maxed the excerpt length, but the link in my post are still not working until I open the full post.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Either:
    1. When editing the post, click the Screen Options dropdown top right. Enable the “Excerpt” checkbox. Now you have a new field appearing below for a custom excerpt.

    2. Or, modify content.php by overwriting it with a child theme (sample child theme available in help dropdown in theme options). Locate:

    <?php the_excerpt(); ?>

    Replace with:

    <?php the_content(); ?>

    And then use the more link to cut off the content where you want.

    hi ,
    i changed the_excerpt to the_content on both content.php & content-featured.php
    but its not working,
    my site is still showing excerpt instead of full post
    please help.
    https://iamandroider.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Showing full post instead of excerpt on homepage’ is closed to new replies.