Modify code for inserted images, possible?
-
I’m using WordPress 2.5.1
By default, when I insert an image by using the “Add an Image” button in the “Write Post” page, the image gets inserted with the folowing code:
<a href="SITE"><img class="alignnone size-medium wp-image-13" title="IMAGE" src="SITE" alt="" width="400" height="304" /></a>
But I don’t want it to be a link. Instead of the link tag, I want to add a div with a class.
Do you guys know if it is possible to modify something in the database to do what I need?
Thanks in advance!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Modify code for inserted images, possible?’ is closed to new replies.