<?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: Giving your users changeable or custom headers in themes</title>
	<atom:link href="http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/</link>
	<description>WordPress multisite how to - making sense of the network feature from what was wordpress mu</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:51:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Cathy</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-10148</link>
		<dc:creator>Cathy</dc:creator>
		<pubDate>Fri, 06 Aug 2010 11:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-10148</guid>
		<description>I&#039;ve got my custom header working! Now, please, how do I change the admin page comments? It&#039;s hard to narrow down which function to hook into. I&#039;m talking about the text within the _e(&#039;mytext&#039;) arguments. There seems to be no way to substitute that text with something else. I&#039;ve googled this to death, and I&#039;m no doubt missing something.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got my custom header working! Now, please, how do I change the admin page comments? It&#8217;s hard to narrow down which function to hook into. I&#8217;m talking about the text within the _e(&#8216;mytext&#8217;) arguments. There seems to be no way to substitute that text with something else. I&#8217;ve googled this to death, and I&#8217;m no doubt missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-9128</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-9128</guid>
		<description>No, it states to put it in your theme&#039;s functions.php file. If your theme doesn&#039;t have a #header div, use the one your theme has.</description>
		<content:encoded><![CDATA[<p>No, it states to put it in your theme&#8217;s functions.php file. If your theme doesn&#8217;t have a #header div, use the one your theme has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-9124</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 16 Jun 2010 17:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-9124</guid>
		<description>Isn&#039;t this article only half finished? You&#039;ve not said how to actually place it in your theme?

I upload an image and nothing happens. I&#039;ve tried adding a #header div and a #headerimg div to my theme where I want the picture but still nothing happens.</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t this article only half finished? You&#8217;ve not said how to actually place it in your theme?</p>
<p>I upload an image and nothing happens. I&#8217;ve tried adding a #header div and a #headerimg div to my theme where I want the picture but still nothing happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-8083</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Wed, 28 Apr 2010 20:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-8083</guid>
		<description>Did you try it? The example was a jpg only because the original header was a jpg.</description>
		<content:encoded><![CDATA[<p>Did you try it? The example was a jpg only because the original header was a jpg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yvonne</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-8082</link>
		<dc:creator>Yvonne</dc:creator>
		<pubDate>Wed, 28 Apr 2010 20:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-8082</guid>
		<description>Hi, quick question.  How can I make it to support other image format (i.e. gif, png, etc)?

Seems like it only produce .jpg and I need it to be a transparent background image.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi, quick question.  How can I make it to support other image format (i.e. gif, png, etc)?</p>
<p>Seems like it only produce .jpg and I need it to be a transparent background image.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PAtrick Leisegang</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-7874</link>
		<dc:creator>PAtrick Leisegang</dc:creator>
		<pubDate>Thu, 18 Mar 2010 23:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-7874</guid>
		<description>Is this possible? 
Custom header height decided by user in theme options?

define(&#039;HEADER_IMAGE_HEIGHT&#039;, $theme_header_height);

and then create a input field on the theme options page?


here is my functions code: http://norsurf.pastebin.com/8ddqPG1H</description>
		<content:encoded><![CDATA[<p>Is this possible?<br />
Custom header height decided by user in theme options?</p>
<p>define(&#8216;HEADER_IMAGE_HEIGHT&#8217;, $theme_header_height);</p>
<p>and then create a input field on the theme options page?</p>
<p>here is my functions code: <a href="http://norsurf.pastebin.com/8ddqPG1H" rel="nofollow">http://norsurf.pastebin.com/8ddqPG1H</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-7636</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 10 Mar 2010 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-7636</guid>
		<description>Thank you! This worked great. I used it in Thesis. The important thing is to insert the URL for the header image into the applicable place in the code. Also rename the theme to your theme name. For thesis, I used thesis_16. Put the image dimensions in, and that&#039;s it. You find the manage header option now in admin under appearance. Awesome code. Thanks!</description>
		<content:encoded><![CDATA[<p>Thank you! This worked great. I used it in Thesis. The important thing is to insert the URL for the header image into the applicable place in the code. Also rename the theme to your theme name. For thesis, I used thesis_16. Put the image dimensions in, and that&#8217;s it. You find the manage header option now in admin under appearance. Awesome code. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Stark</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-6067</link>
		<dc:creator>Tony Stark</dc:creator>
		<pubDate>Fri, 29 Jan 2010 00:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-6067</guid>
		<description>Thanks for the reply. 

I looked into wp-admin/custom-header.php and it looks like it&#039;s happening on the crop.  So I tested uploading a png with the correct size and sure enough it maintains its png/transparency. 

I can&#039;t figure out what to edit in custom-header.php though. 

I do see under function step_3 is:

&#039;post_mime_type&#039; =&gt; &#039;image/jpeg&#039;,

which i tried editing to say &quot;$type&quot; or &quot;image/png&quot; or &quot;png&quot;, but nothing changes it still converts to a .jpeg, even when elimanate that string entirely. Somewhere is a function that converts but I can&#039;t read the php code that gives it away. 

At least I can make a tutorial or a notes page to instruct people to crop it to the default size prior to the upload.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply. </p>
<p>I looked into wp-admin/custom-header.php and it looks like it&#8217;s happening on the crop.  So I tested uploading a png with the correct size and sure enough it maintains its png/transparency. </p>
<p>I can&#8217;t figure out what to edit in custom-header.php though. </p>
<p>I do see under function step_3 is:</p>
<p>&#8216;post_mime_type&#8217; =&gt; &#8216;image/jpeg&#8217;,</p>
<p>which i tried editing to say &#8220;$type&#8221; or &#8220;image/png&#8221; or &#8220;png&#8221;, but nothing changes it still converts to a .jpeg, even when elimanate that string entirely. Somewhere is a function that converts but I can&#8217;t read the php code that gives it away. </p>
<p>At least I can make a tutorial or a notes page to instruct people to crop it to the default size prior to the upload.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-6062</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Thu, 28 Jan 2010 23:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-6062</guid>
		<description>The custom header API that you&#039;re hooking into with this code is in the core. So that conversion is core, not in the code above.</description>
		<content:encoded><![CDATA[<p>The custom header API that you&#8217;re hooking into with this code is in the core. So that conversion is core, not in the code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Stark</title>
		<link>http://wpmututorials.com/how-to/giving-your-users-changeable-custom-headers/#comment-6061</link>
		<dc:creator>Tony Stark</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://wpmututorials.com/?p=65#comment-6061</guid>
		<description>Question:  

Can this be edited so that when a user uploads a png with transparency it will maintain a png and thus its transparency?

Right now, it automatically converts to jpeg and turns the background black.</description>
		<content:encoded><![CDATA[<p>Question:  </p>
<p>Can this be edited so that when a user uploads a png with transparency it will maintain a png and thus its transparency?</p>
<p>Right now, it automatically converts to jpeg and turns the background black.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

