• Resolved gilesturnbullagain

    (@gilesturnbullagain)


    Hello, thanks for creating this theme. I’ve installed it on gilest.org and I’d like to display full post content on the home page, rather than post summaries. I can’t see a way to do this in the customization options … is there a way, please?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author David Mytton

    (@davidmytton)

    There’s no configuration option to do this unfortunately. You would need to edit the template files from WP Admin > Appearance > Theme Editor > Posts Page (home.php).

    Replace line 18:

    <?php the_excerpt(); ?>

    with

    <?php the_content(); ?>

    That should work, but as a custom change you would need to manually re-apply it if you upgrade the theme in the future.

    Thread Starter gilesturnbullagain

    (@gilesturnbullagain)

    Did the trick. Many thanks!

    Theme Author David Mytton

    (@davidmytton)

    Great!

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

The topic ‘Enable full post content on home page’ is closed to new replies.