I've just installed AnyFont plugin, but it's not working with 'Thematic' theme.
I've read in the plugin's FAQ:
"After enabling the post title replace option on the settings page, all my post titles start with a "> why??
This is quite a common error in themes, but quick and easy to fix, open up your theme's index.php file, look for a line that looks similar to the following:
<h2 class="posttitle">" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></h2>
The problem lies in the title attribute, it should read:
"Permanent Link to <?php the_title_attribute(); ?>"
But unfortunately, i havenot found anything similar....where should I search it...?
Thank you