Does this work for pages also?
-
In a page, I have some conditional CSS but WP keeps adding <p> tags around the comments.
This:
<!–[if gte IE 9]>
<style type=”text/css”>
.gradient {
filter: none;
}
</style>
<![endif]–>Becomes:
<p><!–[if gte IE 9]></p>
<style type=”text/css”>
.gradient {
filter: none;
}
</style>
<p><![endif]–></p>Is this the sort of change this plugin is supposed to fix?
https://www.ads-software.com/extend/plugins/ps-disable-auto-formatting/
- The topic ‘Does this work for pages also?’ is closed to new replies.