<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create multiple headers in WordPress</title>
	<atom:link href="http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/</link>
	<description>Web analytics and inbound marketing expert</description>
	<lastBuildDate>Wed, 27 Jul 2011 07:45:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lise</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-98</link>
		<dc:creator>Lise</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-98</guid>
		<description>Hi Mike, I am using this code and getting the following error:

&#039;Parse error: syntax error, unexpected &#039;&lt;&#039; in /usr/www/users/ypowimutud/test11/wp-content/themes/coraline_child/index.php on line 9&#039;

Code Snippet:

&lt;?php
/**
 * @package WordPress
 * @subpackage Coraline
 * @since Coraline 1.0
 */
if (is_page(&#039;home&#039;)){
	
}
elseif (is_page(&#039;blog&#039;)){
	
}
else {
	
}
?&gt;</description>
		<content:encoded><![CDATA[<p>Hi Mike, I am using this code and getting the following error:</p>
<p>&#8216;Parse error: syntax error, unexpected &#8216;&lt;&#039; in /usr/www/users/ypowimutud/test11/wp-content/themes/coraline_child/index.php on line 9&#039;</p>
<p>Code Snippet:</p>
<p>&lt;?php<br />
/**<br />
 * @package WordPress<br />
 * @subpackage Coraline<br />
 * @since Coraline 1.0<br />
 */<br />
if (is_page(&#039;home&#039;)){</p>
<p>}<br />
elseif (is_page(&#8216;blog&#8217;)){</p>
<p>}<br />
else {</p>
<p>}<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-95</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 04 Jan 2011 03:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-95</guid>
		<description>Hi Mark

You&#039;re most welcome, and I&#039;ve sorta fallen off the WP development platform, but I did just log into my FTP account. I do see a &quot;header.php&quot; file in all themes, even the ones on WP 3+. You should def. see that file. What theme are you using?</description>
		<content:encoded><![CDATA[<p>Hi Mark</p>
<p>You&#8217;re most welcome, and I&#8217;ve sorta fallen off the WP development platform, but I did just log into my FTP account. I do see a &#8220;header.php&#8221; file in all themes, even the ones on WP 3+. You should def. see that file. What theme are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark matsusaki</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-94</link>
		<dc:creator>mark matsusaki</dc:creator>
		<pubDate>Tue, 04 Jan 2011 03:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-94</guid>
		<description>Thanks for posting this - but I&#039;m using WP 3.x and the file names / structure seems to have changed.  I&#039;m unable to find header.php

Am I missing something ?</description>
		<content:encoded><![CDATA[<p>Thanks for posting this &#8211; but I&#8217;m using WP 3.x and the file names / structure seems to have changed.  I&#8217;m unable to find header.php</p>
<p>Am I missing something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-92</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 02 Nov 2009 03:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-92</guid>
		<description>Hi Kristy - Yea, so my syntax highlighter was messed up, but I just went through and fixed up the code. Take another look and it should make sense. I included a second example of how to load headers based on categories, just to further demonstrate the idea.</description>
		<content:encoded><![CDATA[<p>Hi Kristy &#8211; Yea, so my syntax highlighter was messed up, but I just went through and fixed up the code. Take another look and it should make sense. I included a second example of how to load headers based on categories, just to further demonstrate the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-91</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 12 Oct 2009 16:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-91</guid>
		<description>Yes, that&#039;s correct. You will use PHP if/else statements to load certain headers depending on the circumstances.</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s correct. You will use PHP if/else statements to load certain headers depending on the circumstances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Selda</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-90</link>
		<dc:creator>Raymond Selda</dc:creator>
		<pubDate>Sat, 09 May 2009 17:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-90</guid>
		<description>Very nice tip here Mike. Thank you for sharing this one. This will definitely come in handy.</description>
		<content:encoded><![CDATA[<p>Very nice tip here Mike. Thank you for sharing this one. This will definitely come in handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-89</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 28 Dec 2008 16:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-89</guid>
		<description>Whoops, didn&#039;t mean to call you the wrong name there Mike! Sorry!</description>
		<content:encoded><![CDATA[<p>Whoops, didn&#8217;t mean to call you the wrong name there Mike! Sorry!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-88</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sun, 28 Dec 2008 16:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-88</guid>
		<description>Rob this worked great and is exactly what I was looking for. You&#039;re a gentleman and a scholar!

Thanks!</description>
		<content:encoded><![CDATA[<p>Rob this worked great and is exactly what I was looking for. You&#8217;re a gentleman and a scholar!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-87</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 20 Nov 2008 23:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-87</guid>
		<description>Hi Rob,

Can you duplicate the header files, and name give them names for each page, and then use the include path shown above to call each one on a particular page?

If you link me to the problem I&#039;ll take a look in case it&#039;s more complicated than that.

thanks</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Can you duplicate the header files, and name give them names for each page, and then use the include path shown above to call each one on a particular page?</p>
<p>If you link me to the problem I&#8217;ll take a look in case it&#8217;s more complicated than that.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.mikemeisner.com/general/create-multiple-headers-in-wordpress/#comment-86</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 20 Nov 2008 10:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikemeisner.com/?p=467#comment-86</guid>
		<description>Hi Mike,  I&#039;m new to developing on wordpress and I&#039;m currently developing a site that I need to be able to change the header file on every page(its not just reloading an image, im using a plugin to load in additional content) .
(I&#039;m not experienced in php) How can I get the different pages to call the different headers?
?</description>
		<content:encoded><![CDATA[<p>Hi Mike,  I&#8217;m new to developing on wordpress and I&#8217;m currently developing a site that I need to be able to change the header file on every page(its not just reloading an image, im using a plugin to load in additional content) .<br />
(I&#8217;m not experienced in php) How can I get the different pages to call the different headers?<br />
?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

