To control the design of the blog I've left the weblog title & tagline areas blank in the 'Options' section.
When I view the RSS feeds for the site (in Sage plug-in for Firefox / Google Reader) no title for the feed is displayed - although any links back to the site can be followed.
I've tried to alter the header file (via the Theme Editor) to include site title and description information - as below - without success.
So at the moment, I'm not appearing in search engines and the feeds will be ignored without a title.
I'm using the Organic 1.0 theme.
Any thoughts / guidance appreciated
"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/1">
<title><?php bloginfo('St Pauls Reach'); ?><?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php //comments_popup_script(); // off by default ?>
<?php wp_head(); ?>
</head>
<body>
<div id="menu">
-
<li class="home">" title="Home">Home
<?php wp_list_pages('title_li=&depth=1&sort_column=menu_order');?>
</div>
<div id="logo">
<h1>" title="<?php bloginfo('St Pauls Reach'); ?>"><?php bloginfo('St Pauls Reach'); ?></h1>
<h2><?php bloginfo('Online consultancy and programme management'); ?></h2>
</div>
<div id="page">"