When I was using the Atahualpa theme, I ran into these 2 issues which I found little support for. Hopefully these solutions help someone Googling their hearts out for the same issues.
To remove “> (quote & angle bracket) from post titles
In /atahualpa/bfa_post_parts.php, find
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a>
Replace
Permanent Link to <?php the_title(); ?>
with
Permanent Link to <?php the_title_attribute(); ?>
To make text titles in new posts/pages render as images
In /atahualpa/functions.php, disable the following lines by placing a hash sign in front of them.
# if (is_admin())
# add_action(‘admin_menu’, ‘bfa_ata_add_custom_box’);/* Use the save_post action to do something with the data entered */
# add_action(‘save_post’, ‘bfa_ata_save_postdata’);
These mods have been tested using WordPress 2.9.2, Atahualpa 3.4.5, and AnyFont 1.0.3.
I read and value each and every comment and I visit those who comment... even if I don't comment back. I'm working on it, I swear! Stuff you should know *ehehm*: So... sometimes companies send me items of interest in exchange for a feature on my blog. Some also compensate me for my time and efforts creating content to promote them. Yay! I always disclose if I have a relationship with a company. If I don't disclose a relationship with a company and I link to them, then the link is most likely an affiliate link. I use a plugin that automatically does this for me. Cool huh? Just want to make sure we are clear, okay? Read my full disclosure policy 













