Disable id attributes in Heading tag
-
I don’t know why but WP is automatically adding id attributes to h2 tags. I am not supplying any id or class attribute and I don’t need it. Also, it’s adding
type="1"
to<ol>
tag that’s not needed in my case.Please help, how to stop it?
I need this:
<h2>Meaning</h2> <h2>Origin</h2>
This is what WP doing with it.
<h2 id="meaning">Meaning</h2> <h2 id="example-sentences">Example Sentences</h2> <h2 id="origin">Origin</h2>
- This topic was modified 3 years, 1 month ago by .
- This topic was modified 3 years, 1 month ago by . Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Disable id attributes in Heading tag’ is closed to new replies.