<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DiscussingHow.com &#187; best title tag for wordpress</title>
	<atom:link href="http://www.discussinghow.com/tags/best-title-tag-for-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.discussinghow.com</link>
	<description>Quick and Easy Solutions to Everyday Technology!</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:06:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How optimize wordpress title through the header title tag without a plugin</title>
		<link>http://www.discussinghow.com/how-optimize-wordpress-title-through-the-header-title-tag-without-a-plugin-18.html</link>
		<comments>http://www.discussinghow.com/how-optimize-wordpress-title-through-the-header-title-tag-without-a-plugin-18.html#comments</comments>
		<pubDate>Sun, 29 Mar 2009 11:05:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Search Engine Tips]]></category>
		<category><![CDATA[best title tag for wordpress]]></category>
		<category><![CDATA[seo title tag]]></category>
		<category><![CDATA[title tag for wordpress]]></category>
		<category><![CDATA[wordpress custom title tag]]></category>
		<category><![CDATA[wordpress seo title tag]]></category>

		<guid isPermaLink="false">http://www.discussinghow.com/?p=18</guid>
		<description><![CDATA[This is question that new wordpress bloggers often ask. Some may think it&#8217;s okay to have the wordpress default title tag while some may find it very important to change the title tag to some different, something so called &#8220;Search &#8230; <a href="http://www.discussinghow.com/how-optimize-wordpress-title-through-the-header-title-tag-without-a-plugin-18.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is question that new wordpress bloggers often ask. Some may think it&#8217;s okay to have the wordpress default title tag while some may find it very important to change the title tag to some different, something so called &#8220;Search Engine Friendly&#8221; title. I myself think it is a good idea to change the default wordpress title tag to something else. If you look at the default wordpress titles, for each article you write, you will find the title being generated something like:</p>
<blockquote><p>&#8220;<span style="color: #008000;">Blog Name&#8221; &gt;&gt; Blog Archive &gt;&gt; &#8220;Blog Post Title&#8221;</span></p></blockquote>
<p>This is because of the default wordpress title tag, which looks something like:</p>
<blockquote><p><span style="color: #008000;">&lt;title&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt; &lt;?php if ( is_single() ) { ?&gt; &amp;raquo; Blog Archive &lt;?php } ?&gt; &lt;?php wp_title(); ?&gt;&lt;/title&gt;</span></p></blockquote>
<p>In order to make it more search engine friendly, you can modify this default title tag to something else using the wordpress conditional tags, which will be called your custom title tag. You can use your own imagination here. Check out <a href="http://codex.wordpress.org/Conditional_Tags" target="_blank">this page</a> on wordpress.org where you will find detailed explanation on all conditional tags you can use while customizing the title.</p>
<p>To give you a picture of how these conditional tags is used, here is the custom title tag that I have used on this blog.</p>
<blockquote><p><span style="color: #008000;">&lt;title&gt;&lt;?php if (is_home () ) { bloginfo(‘name’); echo &#8221; &#8211; &#8220;; bloginfo(&#8216;description&#8217;);}<br />
elseif ( is_category() ) { single_cat_title(); echo &#8221; at &#8221; ; bloginfo(‘name’); }<br />
elseif (is_single() ) { single_post_title();}<br />
elseif (is_page() ) { bloginfo(‘name’); echo &#8221; &#8211; &#8220;; single_post_title();}<br />
elseif (is_archive() ) {echo &#8220;Archives for &#8220;; wp_title(&#8221;); echo &#8221; at &#8220;; bloginfo(‘name’);}<br />
elseif (is_search()) {echo &#8220;Search Results for &#8216;&#8221;; echo $s; echo &#8220;&#8216; at &#8220;; bloginfo(‘name’);}<br />
elseif (is_404()) {echo &#8220;404 Page Not Found &#8211; &#8220;; bloginfo(‘name’);}<br />
elseif (is_page()) {echo wp_title(&#8221;); echo &#8221; at &#8220;; bloginfo(‘name’);}<br />
else { wp_title(‘’,true); } ?&gt;&lt;/title&gt;</span></p></blockquote>
<p>You can start from here and change it to whatever that suits your seo needs. And when you have come up with an even better title tag, do share so that we can all benefit from it. Hope you like it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.discussinghow.com/how-optimize-wordpress-title-through-the-header-title-tag-without-a-plugin-18.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

