• wordpquest

    (@wordpquest)


    I’m enjoying playing with this Theme. Is it possible to have the posts as full posts, rather than excerpts though, as that would work better for me? I can’t find that option, only the option to change the length of the except. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @wordpquest ,

    Sorry for the late reply.

    There is not option to show full content on post list. You can show full content by customizing theme core files but it’s not a good idea because your changes would be lost whenever you will update the Blogvi theme.

    Copy this file from parent theme /bloglo/template-parts/entry/entry-summary.php and paste it in child theme /blogvi/template-parts/entry/ directory ( create directories they are not exist already )

    Now open the file /blogvi/template-parts/entry/entry-summary.php and look for the below line of code:

    bloglo_excerpt();

    and replace above code with this:

    the_content();

    Save the file.

    Note that if you update your theme in future this changes would be lost and you will have to do it all again.

    Thank you

    Thread Starter wordpquest

    (@wordpquest)

    Thanks very much for the reply. Is there any plan to include this feature, as it would seem to be a useful addition to this great theme?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excepts Only.. No full post?’ is closed to new replies.