Continue reading

Hi!
I have a question about the “continue reading” button on the blog page. Can I have the blog page whitout it? That it shows the entire post instead?

Thanks for a great theme :slight_smile:
Sandra

Hello there,

I hope you are doing well today.

In order to change this, please go to Settings > Reading > For each article in a feed, show and select “Full Text”

Best Regards,
Support

Hi,
I have tried this but it does not work, still says continue reading on the blog page.

Sandra

Hello Sandra,

To change the excerpt to full post view, you need to edit the content.php file.

Should be accessible in Appearance > Editor.

Once you’ve accessed the file, you’ll need to go to line 49 and 52 and replace the_excerpt with the_content, then add the following code to your Additional CSS (Appearance > Customize > Additional CSS):

a.btn.btn-default.read-more {
    display: none!Important;
}

Best Regards,
Support

Thanks :slight_smile:

Hello there,

It was no trouble at all.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support