Plugin Support
Eze
(@chieze)
Hi Tobi,
Are you referring to the Kadence Posts Block?
If yes, I am unable to replicate this issue. The Exclude Category Filter works as expected in the editor and on the frontend. Here is a screencast for your reference:
https://share.zight.com/4guv0Y9Z
To troubleshoot this, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/
The ampersand (&) is a special character in HTML/XML and needs to be escaped to & to ensure valid code. WordPress automatically converts & to & in the editor to prevent parsing errors, but displays as & in the frontend.
The category name with the “&” displaying as “&” in the editor is functionally correct and ensures proper rendering on the front end.
Please let us know how we can help further.
Eze
Thread Starter
Tobi
(@meintobi)
Thanks, with the & Info and yes, it was a other plugin, very strange =)
Sorry for the troubles.