• Resolved consultant1027

    (@consultant1027)


    How do I change the theme so the home page shows the full length latest post instead of having to click “continue reading” ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter consultant1027

    (@consultant1027)

    Figured it out (I’m a lazy PHP coder, lol)

    In content.php replace the entry-summary div with this:

    <div class=”entry-content”>
    <?php the_content(); ?>
    </div>

    Theme Author Kelly Choyce-Dwan

    (@ryelle)

    Hey there! glad you figured this out, that’s correct – but I’d advise you to make this change in a Child Theme. This way when we update Aventurine, your changes won’t be overwritten.

    You can even use a plugin like One-Click Child Theme to set up the child theme, then copy down Aventurine’s content.php & make your updates there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show full post on home page’ is closed to new replies.