• How do I update all images in my posts to include default classes automatically inserted by wordpress?

    Eg. my existing img tag is:
    <img src="#" title="#" alt="#" width="600" height="450" />

    I want to update it to:
    <img src="#" title="#" alt="#" width="600" height="450" class="alignnone size-full wp-image-####" />

The topic ‘Update img tag to include class’ is closed to new replies.