<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Help Center Tag: Title - Recent Posts</title>
		<link>http://www.labnol.org/forums/tags/title</link>
		<description>Help Center Tag: Title - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 12 Feb 2012 23:56:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.labnol.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.labnol.org/forums/rss/tags/title" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-7676</link>
			<pubDate>Fri, 19 Feb 2010 11:43:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">7676@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;I have a problem with the title of my post &#60;a href=&#34;http://www.fastcashforex.com&#34; rel=&#34;nofollow&#34;&#62;http://www.fastcashforex.com&#60;/a&#62;&#60;br /&#62;
i use Magazine Basic wordpress theme by bavotasan, above my title in the header section i see html code and i don't know how to edit the header and fix it.&#60;br /&#62;
can someone help please&#60;br /&#62;
Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6271</link>
			<pubDate>Thu, 06 Aug 2009 20:04:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6271@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@Sparx yup you are right.&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if (is_home()) { ?&#38;gt;&#38;lt;h1&#38;gt;&#38;lt;?php } ?&#38;gt;&#60;br /&#62;
&#60;a&#62;/&#34;&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/a&#62;&#38;lt;?php if (is_home()) { ?&#38;gt;&#38;lt;/h1&#38;gt;&#38;lt;?php } ?&#38;gt;&#38;lt;div class=&#34;description&#34;&#38;gt;&#38;lt;?php bloginfo('description'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;This is the portion of code which Displays the blog title and blog description..&#60;br /&#62;
you can replace it with&#60;br /&#62;
&#38;lt;h1&#38;gt;&#60;a href=&#34;Your Blogs Home Page URL&#34; rel=&#34;nofollow&#34;&#62;&#38;lt;img src=&#34;The Url of the logo image&#34; alt=&#34;Your Site Title&#34;/&#38;gt;&#60;/a&#62;&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;This is the way to add a logo..This may not look perfect if there are some CSS constraints applied to it..&#60;/p&#62;
&#60;p&#62;BTW if you want to add a header image which replaces the entire blue header portion you will have to edit the style.css file properly!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6212</link>
			<pubDate>Fri, 31 Jul 2009 12:57:40 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6212@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@Surender97: Won't that put stuff into the  browser's title bar? I thought that's what the &#38;lt;title&#38;gt; tag is meant for.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6204</link>
			<pubDate>Thu, 30 Jul 2009 19:24:57 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6204@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Find under the file header.php&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php if ( is_home() ) { bloginfo('name'); } else wp_title('',true); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
Replace following with:&#38;lt;img src=&#34;blog/folder/images/logo-name.jpg&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#60;a href=&#34;your site name&#34; rel=&#34;nofollow&#34;&#62;&#38;lt;img src=&#34;blog/folder/images/logo-name.jpg&#34;&#38;gt;&#60;/a&#62;&#38;lt;/title&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6184</link>
			<pubDate>Tue, 28 Jul 2009 16:58:19 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6184@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Try putting in the &#38;lt;img&#38;gt; tag just after the &#38;lt;title&#38;gt; line in header.php.&#60;/p&#62;
&#60;p&#62;I don't have a test WP blog where I can try this out, so you'll have to try on your own.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;http://URLtoimage.jpg&#38;quot; alt=&#38;quot;Descriptive ALT text&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6183</link>
			<pubDate>Tue, 28 Jul 2009 16:33:33 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6183@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Hi Sparx,&#60;br /&#62;
Tried to play a bit but got errors most of the time. If I paste the header code here, do you think u can guide a bit ?&#60;br /&#62;
&#38;lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; &#38;lt;?php language_attributes(); ?&#38;gt;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;head profile=&#34;http://gmpg.org/xfn/11&#34;&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;&#38;lt;?php bloginfo('html_type'); ?&#38;gt;; charset=&#38;lt;?php bloginfo('charset'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;title&#38;gt;&#38;lt;?php if ( is_home() ) { bloginfo('name'); } else wp_title('',true); ?&#38;gt;&#38;lt;/title&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;generator&#34; content=&#34;WordPress &#38;lt;?php bloginfo('version'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;stylesheet&#34; href=&#34;&#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt;&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;alternate&#34; type=&#34;application/rss+xml&#34; title=&#34;&#38;lt;?php bloginfo('name'); ?&#38;gt; RSS Feed&#34; href=&#34;&#38;lt;?php bloginfo('rss2_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;link rel=&#34;pingback&#34; href=&#34;&#38;lt;?php bloginfo('pingback_url'); ?&#38;gt;&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;robots&#34; content=&#34;index,follow&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_head(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;verify-v1&#34; content=&#34;1LL9w9lueOvRd5DTfR7nPZNaIrZ8/s0j2rVEtujgUGE=&#34; /&#38;gt;&#38;lt;/head&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6181</link>
			<pubDate>Tue, 28 Jul 2009 15:00:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6181@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;you'll need to edit the PHP files to include an image, possibly in the header section in header.php.&#60;/p&#62;
&#60;p&#62;Include the image with the &#38;lt;img src=&#34;&#34;/&#38;gt; tag and experiment with image sizes etc.&#60;/p&#62;
&#60;p&#62;There isn't any header image included, so you'll need to code it in.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Adding logo and header image to WP blog"</title>
			<link>http://www.labnol.org/forums/topic/adding-logo-and-header-image-to-wp-blog#post-6178</link>
			<pubDate>Tue, 28 Jul 2009 07:49:26 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">6178@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;For the quickpress theme &#60;a href=&#34;http://www.quickonlinetips.com/archives/quickpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.quickonlinetips.com/archives/quickpress/&#60;/a&#62;, can anyone suggest how to add logo and the header image ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem with pingback and Title of all my articles -- Challenging Problem :)"</title>
			<link>http://www.labnol.org/forums/topic/problem-with-pingback-and-title-of-all-my-articles-challenging-problem#post-5358</link>
			<pubDate>Sun, 19 Apr 2009 08:54:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5358@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;@mnvamsi, no its not a blogger based blog.&#60;br /&#62;
Our blog is powered by WordPress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem with pingback and Title of all my articles -- Challenging Problem :)"</title>
			<link>http://www.labnol.org/forums/topic/problem-with-pingback-and-title-of-all-my-articles-challenging-problem#post-5284</link>
			<pubDate>Tue, 14 Apr 2009 06:33:36 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5284@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Well if you are using blogger you need to change the syntax that looks like this&#60;br /&#62;
&#38;lt;data:post.url&#38;gt;&#60;br /&#62;
But I don think the blog is a blogger based blog!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem with pingback and Title of all my articles -- Challenging Problem :)"</title>
			<link>http://www.labnol.org/forums/topic/problem-with-pingback-and-title-of-all-my-articles-challenging-problem#post-5210</link>
			<pubDate>Mon, 06 Apr 2009 16:22:30 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5210@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;The issue is now fixed. And I have written an article about the problem, detection and solution  @ &#60;a href=&#34;http://technotip.org/problem-with-pingback-and-title-tag-of-all-my-articles-its-solution/&#34; rel=&#34;nofollow&#34;&#62;http://technotip.org/problem-with-pingback-and-title-tag-of-all-my-articles-its-solution/&#60;/a&#62;&#60;br /&#62;
Anybody facing similar problem, can visit read the article and comment there for any help.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
SATISH
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem with pingback and Title of all my articles -- Challenging Problem :)"</title>
			<link>http://www.labnol.org/forums/topic/problem-with-pingback-and-title-of-all-my-articles-challenging-problem#post-5063</link>
			<pubDate>Fri, 20 Mar 2009 20:58:06 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5063@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Yes Amit, its the problem with my theme. But I am not sure which file is causing the problem.&#60;br /&#62;
I don't want to messup with my theme. I have customized a lot of things in that theme(in regards to SEO).&#60;/p&#62;
&#60;p&#62;Does any one know which file in our theme is responsible of creating the pingbacks or trackbacks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem with pingback and Title of all my articles -- Challenging Problem :)"</title>
			<link>http://www.labnol.org/forums/topic/problem-with-pingback-and-title-of-all-my-articles-challenging-problem#post-5019</link>
			<pubDate>Sun, 15 Mar 2009 20:21:29 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5019@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;Have you tried Switching to the default theme to see whether Your theme is causing the problem or not ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Problem with pingback and Title of all my articles -- Challenging Problem :)"</title>
			<link>http://www.labnol.org/forums/topic/problem-with-pingback-and-title-of-all-my-articles-challenging-problem#post-5015</link>
			<pubDate>Sat, 14 Mar 2009 18:26:00 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">5015@http://www.labnol.org/forums/</guid>
			<description>&#60;p&#62;&#60;strong&#62;1.&#60;/strong&#62; Visit &#60;strong&#62;site:technotip.org&#60;/strong&#62; -- from any search engine.&#60;br /&#62;
and&#60;br /&#62;
&#60;strong&#62;2.&#60;/strong&#62; also visit &#60;a href=&#34;http://technotip.org/resetting-htc-touch-3452-and-3450/&#34; rel=&#34;nofollow&#34;&#62;http://technotip.org/resetting-htc-touch-3452-and-3450/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In &#60;strong&#62;1st&#60;/strong&#62; case, observe the title of all the results shown! All the search result title's are showing &#34;&#60;strong&#62;Technotip.org&#60;/strong&#62;&#34;, instead of showing the respective article's title :( .&#60;/p&#62;
&#60;p&#62;In the &#60;strong&#62;2nd&#60;/strong&#62; case, visit &#60;a href=&#34;http://technotip.org/resetting-htc-touch-3452-and-3450/&#34; rel=&#34;nofollow&#34;&#62;http://technotip.org/resetting-htc-touch-3452-and-3450/&#60;/a&#62; and scroll down the page(below comment section) to get to the &#34;Trackbacks&#34; section. There observe the trackback from my own blog. Its again showing the title as &#34;Technotip.org&#34; instead of showing the title of the article from which I am linking :(&#60;/p&#62;
&#60;p&#62;The 2nd case confirms that there is problem within the our blog and not with Search Engines.&#60;/p&#62;
&#60;p&#62;I have checked all the plugins, SEO plugin etc, everything seems to be working perfectly. Many guys tried to help me, but with no success.&#60;br /&#62;
Please try to help me in over coming this problem....please.&#60;br /&#62;
You can contact me from my contact form anytime. I would be happy to provide any more information.&#60;br /&#62;
Thanks&#60;/p&#62;
&#60;p&#62;With Best Regards,&#60;br /&#62;
SATISH
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

