<?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>The Magento Expert</title>
	<atom:link href="https://www.the-mage-expert.com/tag/home-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.the-mage-expert.com</link>
	<description>Your Magento Commerce Expert</description>
	<lastBuildDate>Tue, 24 Jan 2023 09:37:24 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.6</generator>
	<item>
		<title>Changing the title tag of the home page or any CMS page</title>
		<link>https://www.the-mage-expert.com/481/magento-changing-title-tag-of-home-any-cms-page/</link>
		<comments>https://www.the-mage-expert.com/481/magento-changing-title-tag-of-home-any-cms-page/#comments</comments>
		<pubDate>Fri, 01 Nov 2013 09:07:58 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[home page]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=481</guid>
		<description><![CDATA[Magento automatically adds the defined suffix to the title tag on every page. If you want to change that for lets say the home page, open the CMS page &#8220;home&#8221; and add the following XML to the layout section: [crayon-6a7ac04af1c01/]]]></description>
				<content:encoded><![CDATA[<p>Magento automatically adds the defined suffix to the title tag on every page. If you want to change that for lets say the home page, open the CMS page &#8220;home&#8221; and add the following XML to the layout section:</p>
<p></p><pre class="crayon-plain-tag">&lt;reference name=&quot;head&quot;&gt;
    &lt;action method=&quot;setData&quot;&gt;&lt;key&gt;title&lt;/key&gt;&lt;value&gt;... Title Tag ...&lt;/value&gt;&lt;/action&gt;
&lt;/reference&gt;</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/481/magento-changing-title-tag-of-home-any-cms-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to know if you are on the home page</title>
		<link>https://www.the-mage-expert.com/456/magento-figure-out-if-on-home-page/</link>
		<comments>https://www.the-mage-expert.com/456/magento-figure-out-if-on-home-page/#comments</comments>
		<pubDate>Thu, 05 Sep 2013 15:16:07 +0000</pubDate>
		<dc:creator><![CDATA[Mex]]></dc:creator>
				<category><![CDATA[Magento Solutions]]></category>
		<category><![CDATA[home page]]></category>

		<guid isPermaLink="false">http://www.the-mage-expert.com/?p=456</guid>
		<description><![CDATA[To figure out whether you are on the home page or not, the following code will help: [crayon-6a7ac04b087a5/]]]></description>
				<content:encoded><![CDATA[<p>To figure out whether you are on the home page or not, the following code will help:</p>
<p></p><pre class="crayon-plain-tag">$identifier = Mage::getSingleton('cms/page')-&gt;getIdentifier();
if($identifier == 'home') {
    //...
}</pre><p></p>]]></content:encoded>
			<wfw:commentRss>https://www.the-mage-expert.com/456/magento-figure-out-if-on-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
