• Resolved graeme80

    (@graeme80)


    Hi,

    For some reason the title on my blog does not show on the RSS feed. It just says ‘Title Unknown’. The title displays ok when viewing the web page.

    This is my header file..i think something needs to be changed here?

    <!-- leave this for stats please -->
    
    <link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/wp-content/themes/elements-of-seo/images/favicon.ico" type="image/x-icon" />
    <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 wp_head(); ?>
    <style type="text/css" media="screen">
    <!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); -->
    </style>
    </head>
    
    <body>
    
    <div id="wrap">
    
    <div id="stripe"></div>
    
    	<div id="nav">
    		<ul>
    			<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    			<?php wp_list_pages('title_li=&depth=1'); ?>
    
    		</ul>
    	</div>
    
    	<div id="masthead">
    		<h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    		<h3><?php bloginfo('description'); ?></h3>
    
    	</div>
    
    	<div id="banner" onclick="location.href='<?php echo get_settings('home'); ?>';" style="cursor: pointer;">
    </div>
    <script type="text/javascript"><!--
    google_ad_client = "pub-8010278934206777";
    /* 728x15, created 15/11/09 */
    google_ad_slot = "4228766978";
    google_ad_width = 728;
    google_ad_height = 15;
    //-->
    </script>
    <script type="text/javascript"
    src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    My Site can be viewed here:

Viewing 1 replies (of 1 total)
  • Thread Starter graeme80

    (@graeme80)

    I have managed to resolve this myself by deleting the blog title from the General Settings, saving this change and then re-enterng the blog title and saving.

Viewing 1 replies (of 1 total)
  • The topic ‘Blog Title not showing on RSS’ is closed to new replies.