WP-Plugins

Img Title Removal WP-Plugin

When hovering the mouse pointer over an image, the title of the image is showed as a pop-up in the browser. This behavior can be avoided by simply removing the title tag from the image. However, if your Wordpress site is already crowded with hundreds of images it can be a time consuming job to remove all those title tags. That is why I wrote a simple Wordpress plugin that does just this, it removes all title tags from images before they are sent to the browser.

The latest release is 0.2.1 and it can be downloaded here. To install, just extract, copy to your Wordpress plugin directory, and activate.

How to Install

1. Upload ‘img-title-removal.php’ to the ‘/wp-content/plugins/’ directory
2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Will the plugin remove all original img-titles that once were entered in the posts?

No, the plugin will not remove any title tag from any post. It will only filter them out before they are sent to the browser.

How it Works

All the plugin do is adding a hook to ‘thecontent’ and removes all title-tags before they are sent to the browser. The plugin will only work for what is contained in ‘thecontent’, e.g. it will not remove title attribute-tags from other parts of the site.

Licence

This plugin is free for everyone! Since it’s released under the GPL, you can use it free of charge on your personal or commercial blog.

For comments, suggestions or requests feel free to contact me!