<?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>home page &#8211; Thesis Docs</title>
	<atom:link href="https://diythemes.com/thesis/rtfm/tag/home-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://diythemes.com/thesis/rtfm</link>
	<description>Documentation, How-tos, and Best Practices for the Thesis WordPress Theme System</description>
	<lastBuildDate>Sun, 27 Jan 2013 18:29:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>Set Title Tags</title>
		<link>https://diythemes.com/thesis/rtfm/set-title-tags/</link>
		
		<dc:creator><![CDATA[Shelley]]></dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:40:25 +0000</pubDate>
				<category><![CDATA[Thesis 1 Documentation]]></category>
		<category><![CDATA[archives]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[character separator]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[title]]></category>
		<guid isPermaLink="false">https://diythemes.com/answers/?p=389</guid>

					<description><![CDATA[<ul>
<li>Home Page</li>
<li>All Other Pages</li>
<li>Character Separator in Titles</li>
<li>Category Archive Pages</li>
</ul>]]></description>
										<content:encoded><![CDATA[<p>The <code>&lt;title&gt;</code> tag is part of the <code>&lt;head&gt;</code> section of a web page, and contains the specific name of that web page; for example:</p>
<pre class="html">
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Thesis Theme for WordPress&lt;/title&gt;
&lt;/head&gt;
</pre>
<p>The title tag is used by other applications, like browsers and search engines. In a browser, it produces the text you see in the title bar (at the very top of your browser window), as well as the default name for any bookmarks created for the page. Search engines reference the title tag when listing the page in results.</p>
<p>Thesis provides you with different options for the title tag, depending on the type of page involved.</p>
<h3 id="home_page">Home Page <a href="#home_page" title="Link to this section">∞</a></h3>
<p>By default, Thesis will use the <em>site name</em> and <em>site tagline</em> (divided by <a href="#character_separator">the character separator</a>) as your home page&#8217;s title tag. The values for <em>site name</em> and <em>site tagline</em> correspond to the values you&#8217;ve entered for &#8220;Site Title&#8221; and &#8220;Tagline&#8221;, respectively, on the WordPress <em>General Settings</em> subpanel.</p>
<p>To override this default behavior, go to <strong>Site Options</strong> and expand the &#8220;Document Head&#8221; section (under <em>Home Page SEO</em>). Enter your desired title tag value in the <code>home page &lt;title&gt; tag</code> field.</p>
<p><strong>Note</strong>: If you&#8217;re using Static Front and Posts Pages (set in the <em>Reading Settings</em> subpanel), the <em>Home Page SEO</em> settings will be applied to <strong>both</strong> of those pages. However, you can use the &#8220;Custom Title Tag&#8221; field on the <em>Edit Page</em> subpanel, under &#8220;SEO Details and Additional Style&#8221;, to override these settings for each page.</p>
</li>
</ul>
<h3 id="other_pages">All Other Pages <a href="#other_pages" title="Link to this section">∞</a></h3>
<p>By default, all of your post and page title tags will consist of the title of that particular post or page (which you assign when creating the post or page in WordPress). You can override this behavior, and further extend your on-page SEO, by entering your own desired value for the title tag in the &#8220;Custom Title Tag&#8221; field. This field is located on the <em>Edit page</em> subpanel, under &#8220;SEO Details and Additional Style&#8221;.</p>
<p>If you wish, you can also elect to append your site name to the <strong>default</strong> post and page titles. Go to  <strong>Site Options</strong> and expand the &#8220;Title Tag Settings&#8221; section (under <em>Document Head</em>), and select <code>Append site name to page titles</code>.</p>
<p><strong>Note</strong>: This option also applies to system-generated pages of your site, such as Archives, Search, etc.</p>
<p><!--p><strong>Note</strong>: If you elect to use the "Custom Title Tag" under "SEO Details and Additional Style", this option will be disregarded for that particular post or page title.</p--></li>
</ul>
<h3 id="character_separator">Character Separator in Titles <a href="#character_separator" title="Link to this section">∞</a></h3>
<p>Where multiple elements are displayed in a title tag (for example, the site name and tagline), Thesis inserts a default character separator (<code>—</code>) between them.</p>
<p>You can specify your own preferred character to be the separator. Go to <strong>Site Options</strong> and expand the &#8220;Title Tag Settings&#8221; section (under <em>Document Head</em>); then enter your desired character separator in the <code>Character separator in titles</code> field. </p>
<p><!--p><strong>Note</strong>: If you elect to use the "Custom Title Tag" under "SEO Details and Additional Style", this option will be disregarded for that particular post or page title.</p--></li>
</ul>
<h3 id="category_tag_archives">Category and Tag Archive Pages <a href="#category_tag_archives" title="Link to this section">∞</a></h3>
<p>By default, Thesis uses the category or tag name in the title tag for each category or tag archive page. You can override this default behavior by editing the individual category or tag in WordPress, where you can then enter your desired title tag value in the <code>Title Tag &lt;title&gt;</code> field.</p>
<h3>Related Resources:</h3>
<ul>
<li><a href="https://diythemes.com/thesis-options/" title="Video Introduction to the Thesis Options">Video Introduction to the Thesis Options</a></li>
<li><a href="https://diythemes.com/in-post-options/" title="Video Introduction to the Thesis In-post Options">Video Introduction to the Thesis In-post Options</a></li>
</ul>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
