Removing the title attribute from links in the post content
You can create a small plugin to filter the posts and pages content, search for all the links in it and remove their title tag. This code will do it for you: <?php /* Plugin Name: Remove link’s title tag Description: Remove link’s title tag from post contents Version: 1.0 Author: Your name Author URI: … Read more