WordPress removing title attribute from img tag
-
I’m implementing a content slider (nivo slider) into my site that uses the ‘title’ attribute on img tags to create captions.
I have a wordpress post that lists the images to be used in the slider, but unfortunately wordpress strips the title attribute every time I update the post.<img class="alignnone size-full wp-image-16" src="https://xxx/files/2010/11/slide1.jpg" alt="Slide 1" title="Slide 1" width="710" height="312" />
becomes
<img class="alignnone size-full wp-image-16" src="https://xxx/files/2010/11/slide1.jpg" alt="Slide 1" width="710" height="312" />
I’m using Firefox 3.6 and WordPress 3.0.1 with the ‘All in One SEO’, ‘AJAX Rebuild Thumbnails’, ‘WP Super Cache’, and ‘Exec PHP’ plguins.
Any clue as to why wordpress removes this attribute?
- The topic ‘WordPress removing title attribute from img tag’ is closed to new replies.