I was reading previously closed post on how to disable links in titles and the solution seems to have a serious flaw.
The recommendation was to delete from bfa_post_parts.php, the following code:
{ ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php
}
I tried that and it did disable the the title link, but it also stopped the titles from appearing on post pages and page pages...
Any other suggestions?