-
Hi,
on one website of mine, within the News section (posts), the excerpt text of older posts in the overview are all in bold. Formatting on the news page itself is fine.
Workflow:
whenever I want to add a new post I duplicate an older one and change the information, after saving older post excerpts are all in bold, here from “Stollen Moments” backwards.
Could you please check what causes this problem?
Thanks ahead,
Torstenbtw, I can’t change the language of the menu, I’ve set it to “english” for the user.
-
George
Hi,
The cause is an unclosed
<strong>tag in the custom excerpt of the “You are warmly invited” post.At the end of that excerpt, a
<strong>tag opens before the address line but never closes:<strong>Exhibition dates:</strong> January 16–19 (regular opening times 17-19th from 14:00 to 20:00)<strong><br /> HB55 - Herzbergstr. 55 - 10365 BerlinBecause it’s never closed, the bold state bleeds out into the page and wraps every post rendered after it on the archive.
To fix it, edit that post, find the Excerpt field, and add the missing
</strong>at the end:HB55 - Herzbergstr. 55 - 10365 Berlin</strong>Save the post and the bold cascade on your News page should be gone immediately.
This likely crept in through your duplication workflow — when duplicating a post, it’s easy for a closing tag to get dropped from the excerpt without noticing.
- You must be logged in to reply to this topic.