<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"	>
<channel>
	<title>Comments on: How to Enable Custom Header Images Panel in WordPress 3.0</title>
	<atom:link href="http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/</link>
	<description>Beginner&#039;s Guide for WordPress</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: forrestmiller</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-123642</link>
		<dc:creator>forrestmiller</dc:creator>
		<pubDate>Wed, 12 Oct 2011 14:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-123642</guid>
		<description>Hello, Thanks for this informative post. I followed you steps and it worked out perfectly except for one thing. My header is aligned to the left and i cant seem to figure out how to center it. How can I make this happen? </description>
		<content:encoded><![CDATA[<p>Hello, Thanks for this informative post. I followed you steps and it worked out perfectly except for one thing. My header is aligned to the left and i cant seem to figure out how to center it. How can I make this happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wpbeginner</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-123351</link>
		<dc:creator>wpbeginner</dc:creator>
		<pubDate>Thu, 22 Sep 2011 12:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-123351</guid>
		<description>@tronicman %s is the path to your theme. So %s points to yourdomain.com/wp-content/themes/yourtheme/ and then you specify afterwards like /images/headers/</description>
		<content:encoded><![CDATA[<p>@tronicman %s is the path to your theme. So %s points to yourdomain.com/wp-content/themes/yourtheme/ and then you specify afterwards like /images/headers/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tronicman</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-123340</link>
		<dc:creator>tronicman</dc:creator>
		<pubDate>Wed, 21 Sep 2011 16:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-123340</guid>
		<description>Hi,

thanx for the tutorial, but as I am more a designer than programmer, I could need a little bit of extra information ;-)

(I understand HTML and CSS, know a little bit of working with Wordpress, but don´t know much about PHP)

´cause that doesn´t work at all.

 

When changing:

 

&#039;cherryblossom&#039; =&gt; array ( 			&#039;url&#039; =&gt; &#039;%s/images/headers/cherryblossoms.jpg&#039;, 			&#039;thumbnail_url&#039; =&gt; &#039;%s/images/headers/cherryblossoms-thumbnail.jpg&#039;, 			&#039;description&#039; =&gt; __( &#039;Cherry Blossoms&#039;, &#039;yourtheme&#039; ) 		),

 

what exactly do I have to write into the URL, instead of the &quot;%s&quot;?

A total path like &quot;http://www.mysite.com/wordpress/wp-content/themes/mytheme/&quot; ??

 

Or does it &quot;know&quot; its path (means, that it is in the theme called &quot;mytheme&quot; in the  &quot;themes&quot; folder within the &quot;wp-content&quot; folder, and I only have to write &quot;mytheme//images/headers/cherryblossoms.jpg&quot;?? Or shouldn´t I change the &quot;%s&quot; at all?

 

Do I have to change something in the CSS? And if yes, where and what?

 

Could you please give me some hints?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>thanx for the tutorial, but as I am more a designer than programmer, I could need a little bit of extra information <img src='http://cdn.wpbeginner.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>(I understand HTML and CSS, know a little bit of working with WordPress, but don´t know much about PHP)</p>
<p>´cause that doesn´t work at all.</p>
<p>When changing:</p>
<p>&#8216;cherryblossom&#8217; =&gt; array ( 			&#8216;url&#8217; =&gt; &#8216;%s/images/headers/cherryblossoms.jpg&#8217;, 			&#8216;thumbnail_url&#8217; =&gt; &#8216;%s/images/headers/cherryblossoms-thumbnail.jpg&#8217;, 			&#8216;description&#8217; =&gt; __( &#8216;Cherry Blossoms&#8217;, &#8216;yourtheme&#8217; ) 		),</p>
<p>what exactly do I have to write into the URL, instead of the &#8220;%s&#8221;?</p>
<p>A total path like &#8220;http://www.mysite.com/wordpress/wp-content/themes/mytheme/&#8221; ??</p>
<p>Or does it &#8220;know&#8221; its path (means, that it is in the theme called &#8220;mytheme&#8221; in the  &#8220;themes&#8221; folder within the &#8220;wp-content&#8221; folder, and I only have to write &#8220;mytheme//images/headers/cherryblossoms.jpg&#8221;?? Or shouldn´t I change the &#8220;%s&#8221; at all?</p>
<p>Do I have to change something in the CSS? And if yes, where and what?</p>
<p>Could you please give me some hints?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Berry</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-123039</link>
		<dc:creator>Berry</dc:creator>
		<pubDate>Fri, 26 Aug 2011 14:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-123039</guid>
		<description>Hello, I did everything as in the tutorial and it all works, featured images are shown in the header of the posts but everytime I post something I get this error: 

Warning: Cannot modify header information - headers already sent by (output started at C:xampphtdocswordpresswp-contentthemesTiendeveenfunctions.php:239) in C:xampphtdocswordpresswp-adminasync-upload.php on line 2691 

Everything works, you only get this error when posting with a featured image which is irritating, any help please?</description>
		<content:encoded><![CDATA[<p>Hello, I did everything as in the tutorial and it all works, featured images are shown in the header of the posts but everytime I post something I get this error: </p>
<p>Warning: Cannot modify header information &#8211; headers already sent by (output started at C:xampphtdocswordpresswp-contentthemesTiendeveenfunctions.php:239) in C:xampphtdocswordpresswp-adminasync-upload.php on line 2691 </p>
<p>Everything works, you only get this error when posting with a featured image which is irritating, any help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-72826</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Thu, 27 Jan 2011 19:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-72826</guid>
		<description>You can&#039;t do it with the current header panel because that sets an image for all pages. However you can do it by hard coding the custom-post-type specific page template.</description>
		<content:encoded><![CDATA[<p>You can&#8217;t do it with the current header panel because that sets an image for all pages. However you can do it by hard coding the custom-post-type specific page template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-72772</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 27 Jan 2011 15:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-72772</guid>
		<description>Thanks for the post. In my theme I have 4 different custom post types. I would like to use the header image functionality but also be able to set a different default header image for each of 4 custom post types. Is anyone aware of a plugin/resource for accomplishing this?</description>
		<content:encoded><![CDATA[<p>Thanks for the post. In my theme I have 4 different custom post types. I would like to use the header image functionality but also be able to set a different default header image for each of 4 custom post types. Is anyone aware of a plugin/resource for accomplishing this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-64912</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Fri, 07 Jan 2011 15:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-64912</guid>
		<description>Most likely, you are leaving additional spaces in the functions.php file that is causing this error.</description>
		<content:encoded><![CDATA[<p>Most likely, you are leaving additional spaces in the functions.php file that is causing this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pegasus</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-64331</link>
		<dc:creator>pegasus</dc:creator>
		<pubDate>Wed, 05 Jan 2011 17:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-64331</guid>
		<description>hey there, hope you can lend me a hand, i&#039;ve cut and pasted the code on my functions.php file and header.php, and everythings works fine as long as i&#039;m logged into the worpress&#039; dashboard, the problem is when i log out and try to log back in, it shows nothing but a blank page, i&#039;ve styled the old default theme that came with the 2.9 release (was it 2.8??).
any thoughts?</description>
		<content:encoded><![CDATA[<p>hey there, hope you can lend me a hand, i&#8217;ve cut and pasted the code on my functions.php file and header.php, and everythings works fine as long as i&#8217;m logged into the worpress&#8217; dashboard, the problem is when i log out and try to log back in, it shows nothing but a blank page, i&#8217;ve styled the old default theme that came with the 2.9 release (was it 2.8??).<br />
any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chartinael</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-45086</link>
		<dc:creator>chartinael</dc:creator>
		<pubDate>Thu, 28 Oct 2010 22:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-45086</guid>
		<description>Hey there, it doesn&#039;t work for me:

have image sized as header images, have in folder x on my server
click on featured image link in post/page
enter url
click insert into post (no other option), i&#039;d expect something like safe as header for this post, page, section god knows what.

then image gets uploaded whereever cursor was at time of clicking and that&#039;s it. Header image still the default image as set in appearance / header section. Am I doing something wrong? Theme is virgin. I thought I&#039;d try things out first.</description>
		<content:encoded><![CDATA[<p>Hey there, it doesn&#8217;t work for me:</p>
<p>have image sized as header images, have in folder x on my server<br />
click on featured image link in post/page<br />
enter url<br />
click insert into post (no other option), i&#8217;d expect something like safe as header for this post, page, section god knows what.</p>
<p>then image gets uploaded whereever cursor was at time of clicking and that&#8217;s it. Header image still the default image as set in appearance / header section. Am I doing something wrong? Theme is virgin. I thought I&#8217;d try things out first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Editorial Staff</title>
		<link>http://www.wpbeginner.com/wp-themes/how-to-enable-custom-header-images-panel-in-wordpress-3-0/comment-page-1/#comment-45064</link>
		<dc:creator>Editorial Staff</dc:creator>
		<pubDate>Thu, 28 Oct 2010 20:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wpbeginner.com/?p=1565#comment-45064</guid>
		<description>Yes, if you look at the default Twenty Ten codes it does that. Basically how it is working is that it takes your featured image that you attach for that post or page, and then displays it there. In Twenty Ten there are other criterias set such as if the width of the featured image is &quot;this big&quot; then show the featured image as the header image, if not then show the default header image.</description>
		<content:encoded><![CDATA[<p>Yes, if you look at the default Twenty Ten codes it does that. Basically how it is working is that it takes your featured image that you attach for that post or page, and then displays it there. In Twenty Ten there are other criterias set such as if the width of the featured image is &#8220;this big&#8221; then show the featured image as the header image, if not then show the default header image.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Content Delivery Network via cdn.wpbeginner.com

Served from: www.wpbeginner.com @ 2012-02-10 00:29:02 -->
