How to handle & lt; instead of
-
Characters < and > are not allowed in wp posts – it creates a mess because the browser sees them as html tags. Hence, I’ve had to swap all < and > in my code with & lt; and & gt;
However, after applying this plugin, they now show as entities, not as intended. If I change it back to < and >, it will mean, that the moment I turn this plugin off, all my pages containing code with < and > will break.
Please help, what can I do about that?
- The topic ‘How to handle & lt; instead of’ is closed to new replies.