<?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: Add a custom image header function to your admin panel</title>
	<atom:link href="http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 17:59:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Pontus</title>
		<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/comment-page-1/#comment-324</link>
		<dc:creator>Pontus</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://budstechshed.com/?p=299#comment-324</guid>
		<description>Doesn&#039;t work for me - I just get a blank screen - both for site and wp-admin. What could I being doing wrong? Followed your instructions perfectly.</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t work for me &#8211; I just get a blank screen &#8211; both for site and wp-admin. What could I being doing wrong? Followed your instructions perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/comment-page-1/#comment-296</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Feb 2010 13:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://budstechshed.com/?p=299#comment-296</guid>
		<description>Everything is done in a WP API. This is a function WP built in and is used in the default theme. It&#039;ll take a lot of digging into the WP code to figure out which is way beyond my job description.</description>
		<content:encoded><![CDATA[<p>Everything is done in a WP API. This is a function WP built in and is used in the default theme. It&#8217;ll take a lot of digging into the WP code to figure out which is way beyond my job description.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Stark</title>
		<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/comment-page-1/#comment-290</link>
		<dc:creator>Tony Stark</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://budstechshed.com/?p=299#comment-290</guid>
		<description>Any idea how to make transparency? It looks like Custom_Header.php converts to jpeg when it crops.  Without cropping, however, it keeps the original file.  


I thought it might be:

&#039;post_mime_type&#039; =&gt; &#039;image/jpeg&#039;,

but that code doesn&#039;t do anything

so i think it might be 

$file = wp_handle_upload($_FILES[&#039;import&#039;], $overrides);

which overrides the original attribute of the file, but I can&#039;t seem to change it to make it keep the original attributes.</description>
		<content:encoded><![CDATA[<p>Any idea how to make transparency? It looks like Custom_Header.php converts to jpeg when it crops.  Without cropping, however, it keeps the original file.  </p>
<p>I thought it might be:</p>
<p>&#8216;post_mime_type&#8217; =&gt; &#8216;image/jpeg&#8217;,</p>
<p>but that code doesn&#8217;t do anything</p>
<p>so i think it might be </p>
<p>$file = wp_handle_upload($_FILES['import'], $overrides);</p>
<p>which overrides the original attribute of the file, but I can&#8217;t seem to change it to make it keep the original attributes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/comment-page-1/#comment-260</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 22 Nov 2009 05:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://budstechshed.com/?p=299#comment-260</guid>
		<description>I don&#039;t think you could do it easily since the custom header is a core WP function. The API is kind of hijacking the header image outside of your theme. Although you could probably make a page template for a specific category and use a different header.php for it.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think you could do it easily since the custom header is a core WP function. The API is kind of hijacking the header image outside of your theme. Although you could probably make a page template for a specific category and use a different header.php for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicole</title>
		<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/comment-page-1/#comment-259</link>
		<dc:creator>Nicole</dc:creator>
		<pubDate>Sat, 21 Nov 2009 19:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://budstechshed.com/?p=299#comment-259</guid>
		<description>Thanks!  This worked great!  But now I want to have a different header for a specific category.  How do I do that not that the custom header is defined in the functions.php?</description>
		<content:encoded><![CDATA[<p>Thanks!  This worked great!  But now I want to have a different header for a specific category.  How do I do that not that the custom header is defined in the functions.php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy R</title>
		<link>http://budstechshed.com/add-a-custom-image-header-function-to-your-admin-panel/comment-page-1/#comment-90</link>
		<dc:creator>Andy R</dc:creator>
		<pubDate>Sun, 26 Jul 2009 23:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://budstechshed.com/?p=299#comment-90</guid>
		<description>Great Tutorial!  I have made it work on my own demo theme (not on t&#039;internet yet, on my PC&#039;s test webserver).

It would be great if this worked for pictures in other locations on a theme...such as a middle or footer banner.

I&#039;ve had a play but &lt;code&gt;add_custom_image_header&lt;/code&gt; is Wordpress defined and only works for the header...</description>
		<content:encoded><![CDATA[<p>Great Tutorial!  I have made it work on my own demo theme (not on t&#8217;internet yet, on my PC&#8217;s test webserver).</p>
<p>It would be great if this worked for pictures in other locations on a theme&#8230;such as a middle or footer banner.</p>
<p>I&#8217;ve had a play but <code>add_custom_image_header</code> is WordPress defined and only works for the header&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

