This plugin breaks post title links. What gives?
More likely than not, your WordPress theme is using an improper function to set the title attribute of your heading’s link. It is probably using the the_title() function, which delivers the post title after filtering. It should be using the_title_attribute() which delivers the post title before filtering. Change out this function throughout your theme when it is used inside of an HTML tag, and the problem should go away. Here are some specific instructions for fixing your theme. Please note that every theme is different, so mileage may vary. To edit the theme, log in as an administrator and go to: Appearance > Editor.