Possible bug?: Font renders differently when the posts are viewed as 'recent posts' previews

Hi there! I had some issues recently getting a single word to display in a specific font. This was resolved (see Custom font for brand name. Not rendering on front end?).

However, i just noticed that the font renders just fine when the post is viewed individually, but when the homepage is set to display most recent posts, the preview of that page renders it incorrectly.

I was wondering if this could be a bug?

Hi Tristan,

Thank you for reaching out to us. Currently your blog posts page is showing the excerpt, please note that
the_excerpt() trims the content and all html tags are stripped before returning the text.

You need to enable the Full Post on Index option via Theme Options > Blog > Content to make sure no tags are stripped on post page. This will render your text correctly as well.

image

To learn more about excerpt please see https://developer.wordpress.org/reference/functions/the_excerpt/

Hope this helps!

Thanks @nabeel !

Glad that we could be of help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.