<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Removal of header only on Home page</title>
		<link>http://www.kriesi.at/support/topic/removal-of-header-only-on-home-page</link>
		<description>Support Forum - Topic: Removal of header only on Home page</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 12:25:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/removal-of-header-only-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Removal of header only on Home page"</title>
			<link>http://www.kriesi.at/support/topic/removal-of-header-only-on-home-page#post-24012</link>
			<pubDate>Tue, 02 Aug 2011 23:55:33 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">24012@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you got it to work :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gratliff on "Removal of header only on Home page"</title>
			<link>http://www.kriesi.at/support/topic/removal-of-header-only-on-home-page#post-23999</link>
			<pubDate>Tue, 02 Aug 2011 21:59:58 +0000</pubDate>
			<dc:creator>gratliff</dc:creator>
			<guid isPermaLink="false">23999@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;Got it!  Thanks so much for your help!  I was on the right track, and was only wrapping the conditional statement too high up in the code.  User error, but understand now.  Appreciate it! &#60;/p&#62;
&#60;p&#62;G.Ratliff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gratliff on "Removal of header only on Home page"</title>
			<link>http://www.kriesi.at/support/topic/removal-of-header-only-on-home-page#post-23990</link>
			<pubDate>Tue, 02 Aug 2011 19:02:27 +0000</pubDate>
			<dc:creator>gratliff</dc:creator>
			<guid isPermaLink="false">23990@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude,&#60;/p&#62;
&#60;p&#62;Hey.  Thanks for the follow-up!  I'm still acclimating to the PHP language and how the conditional statements need to reference properly.  Can you give me a bit more guidance on which PHP file needs to get the statement?  I thought I would be updating the header.php since I don't want it to display on the frontpage. If this is true, I'm not envisioning how I'm supposed to add this code in with the existing string.&#60;/p&#62;
&#60;p&#62;I'm wanting to use this statement to remove header from Home page only:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if(!is_home() &#124;&#124; !is_front_page()) { ?&#38;gt;&#60;br /&#62;
....your code???&#60;br /&#62;
&#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Thanks again for your help,&#60;br /&#62;
G. Ratliff
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removal of header only on Home page"</title>
			<link>http://www.kriesi.at/support/topic/removal-of-header-only-on-home-page#post-23966</link>
			<pubDate>Tue, 02 Aug 2011 07:53:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">23966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use following conditional statement:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(is_home() &#124;&#124; is_front_page()) { ?&#38;gt;
....
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to display code/text on the frontpage/homepage only. If you don't want to display text/code on the frontpage use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if(!is_home() &#124;&#124; !is_front_page()) { ?&#38;gt;
....your code
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>gratliff on "Removal of header only on Home page"</title>
			<link>http://www.kriesi.at/support/topic/removal-of-header-only-on-home-page#post-23935</link>
			<pubDate>Mon, 01 Aug 2011 23:48:44 +0000</pubDate>
			<dc:creator>gratliff</dc:creator>
			<guid isPermaLink="false">23935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Thanks so much for such a wonderful WP theme!  I would like to remove the header only from the Home page, and it will remain on the rest of the internal pages/posts of the site.  I've perused several threads in an attempt to find the best solution that would work with this theme -- to no avail.  I thought I'd send an inquiry over to your support team for some guidance.  I'm using a Frontpage Template with:&#60;/p&#62;
&#60;p&#62;&#38;gt; &#34;Slideshow&#34; element (pulling a pic w/ video link from the &#34;Featured&#34;  section of the Home page)&#60;br /&#62;
&#38;gt; Horizontal ruler&#60;br /&#62;
&#38;gt; &#34;Widgets&#34; element (with 4-columns using HTML to link four separate boxes to the four key pages of the site)&#60;/p&#62;
&#60;p&#62;I was able to comment out the lower &#34;footer&#34; area and used the &#34;Footer&#34; widgets to customize that information.  My clients want a very minimal landing page that focuses users to these key areas, but a site menu that is available once &#34;inside&#34; the site.&#60;/p&#62;
&#60;p&#62;Thanks so much for your help!&#60;br /&#62;
G. Ratliff
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
