Thanks so much for the reply.
I examined the header.php line by line and there wasn’t a part that read “>Home
What I found was this:
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” />
<?php global $bfa_ata; ?>
<?php include (TEMPLATEPATH . ‘/functions/bfa_meta_tags.php’); ?>
<?php if ($bfa_ata[‘favicon_file’] != “”) { ?><link rel=”shortcut
and a lot more.
I tried changing the first line after the href= to what was suggested, but it didn’t do anything. The home link still links to the blog home. Do you have any other suggestions? Thanks for any help!