• Resolved ToniLlordes

    (@tonillordes)


    The theme is fantastic. However I can’t get it to show the full post on the main page, only an excerpt. Is it possible to show the whole text? I have been through the settings but perhaps I am missing something.

Viewing 5 replies - 1 through 5 (of 5 total)
  • There is no option for this, but we’ll keep that in mind for the next update. Until then, you will need to create a child theme and overwrite the content.php file. You would need to find the entry-summary div and replace it with something like this:

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

    Thread Starter ToniLlordes

    (@tonillordes)

    Thanks. It would really be fantastic to have that choice so that visitors can see the latest post completely at a glance.

    Meanwhile, I’ll have a go at the child theme. Again, thank you very much for your quick answer. I thought I was doing something incorrectly

    I have a similar question:

    Is it possible to reduce the size of the featured images and have more text (about 10 lines) shown in the posts that are on the main page?

    Thanks for your help!

    Sure, but I think the forum rules state that you need to open your own topic for your question. Do that and I`ll gladly help.

    Thread Starter ToniLlordes

    (@tonillordes)

    The child theme solution worked like a charm. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Full posts on main page’ is closed to new replies.