Quantcast

Anyfont Plugin & Atahualpa Theme: Quote & Angle Bracket Title Fix

29 Apr

April 29, 2010 · 0 comments

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.

Filed in: Blogging
Tagged as:
29 views

Leave a Comment

CommentLuv badge