Archived topic
class="entry-summary"
3 replies · Started by susan on August 25, 2019
Hello,
As I was viewing my site on my phone and desktop I noticed that content that had been written on different lines and with different heading sizes is now all pushed together in one <p> tag and is in the div class="entry-summary".
I am using the content type > Excerpt - read more feature so that on my home page it just shows a summary/excerpt of each blog post.
But it seems that by enabling this excerpt feature, the content before the 'read more' get placed into one <p> tag with no differentiation
Thank you,
Susan
Hi there,
All HTML (headings, font-weight, color etc) are removed in the excerpt by WordPress default.
You can consider using the read more tag:
https://docs.generatepress.com/article/using-the-more-tag/
Or a plugin like this:
https://wordpress.org/plugins/advanced-excerpt/
Thank you! Much better
No problem :)