<?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: Hacking wordpress to support per-post banner images</title>
	<atom:link href="http://jystewart.net/process/2009/02/hacking-wordpress-to-support-per-post-banner-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://jystewart.net/process/2009/02/hacking-wordpress-to-support-per-post-banner-images/</link>
	<description>notes from another web developer</description>
	<lastBuildDate>Sat, 24 Jul 2010 07:17:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gardene</title>
		<link>http://jystewart.net/process/2009/02/hacking-wordpress-to-support-per-post-banner-images/comment-page-1/#comment-118032</link>
		<dc:creator>gardene</dc:creator>
		<pubDate>Mon, 22 Jun 2009 17:11:36 +0000</pubDate>
		<guid isPermaLink="false">http://jystewart.net/process/?p=594#comment-118032</guid>
		<description>managed to activate this for pages by changing the following parts:


in post-banners.php, function post_banners_add_custom_box(), add:
  add_meta_box(&#039;post_banners_input&#039;, __(&#039;Post Banner Image&#039;), &#039;post_banners_input&#039;, &#039;page&#039;, &#039;normal&#039;, &#039;high&#039;);  

in wp-admin/edit-page-form.php, add the above mentioned enctype=&quot;multipart/form-data&quot; 


then retrieve the image in your theme with:  echo get_post_meta($post-&gt;ID, &quot;post_banner_image&quot;, true); 


thanks!</description>
		<content:encoded><![CDATA[<p>managed to activate this for pages by changing the following parts:</p>
<p>in post-banners.php, function post_banners_add_custom_box(), add:<br />
  add_meta_box(&#8216;post_banners_input&#8217;, __(&#8216;Post Banner Image&#8217;), &#8216;post_banners_input&#8217;, &#8216;page&#8217;, &#8216;normal&#8217;, &#8216;high&#8217;);  </p>
<p>in wp-admin/edit-page-form.php, add the above mentioned enctype=&#8221;multipart/form-data&#8221; </p>
<p>then retrieve the image in your theme with:  echo get_post_meta($post-&gt;ID, &#8220;post_banner_image&#8221;, true); </p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gardene</title>
		<link>http://jystewart.net/process/2009/02/hacking-wordpress-to-support-per-post-banner-images/comment-page-1/#comment-118024</link>
		<dc:creator>gardene</dc:creator>
		<pubDate>Mon, 22 Jun 2009 12:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://jystewart.net/process/?p=594#comment-118024</guid>
		<description>hey, managed to get it working! thanks! would it be complicated to implement this for pages as well? would i have to rewrite the whole plugin?</description>
		<content:encoded><![CDATA[<p>hey, managed to get it working! thanks! would it be complicated to implement this for pages as well? would i have to rewrite the whole plugin?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Stewart</title>
		<link>http://jystewart.net/process/2009/02/hacking-wordpress-to-support-per-post-banner-images/comment-page-1/#comment-118022</link>
		<dc:creator>James Stewart</dc:creator>
		<pubDate>Mon, 22 Jun 2009 11:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://jystewart.net/process/?p=594#comment-118022</guid>
		<description>@gardene - the majority of the code can just be dropped in as a plugin, but you&#039;ll also need to edit wp-admin/edit-form-advanced.php to make the form have an enctype of multipart/form-data</description>
		<content:encoded><![CDATA[<p>@gardene &#8211; the majority of the code can just be dropped in as a plugin, but you&#8217;ll also need to edit wp-admin/edit-form-advanced.php to make the form have an enctype of multipart/form-data</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gardene</title>
		<link>http://jystewart.net/process/2009/02/hacking-wordpress-to-support-per-post-banner-images/comment-page-1/#comment-118009</link>
		<dc:creator>gardene</dc:creator>
		<pubDate>Mon, 22 Jun 2009 00:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://jystewart.net/process/?p=594#comment-118009</guid>
		<description>hey!
this is exactly what i&#039;m looking for! onfortunately i don&#039;t fully understand where i need to put the provided code snippets. Could you maybe explain?
I was all excited about using wordpress instead of building a custom cms myself but i get the feeling that sometimes it lacks some basic features in favour of very sophisticated ones..</description>
		<content:encoded><![CDATA[<p>hey!<br />
this is exactly what i&#8217;m looking for! onfortunately i don&#8217;t fully understand where i need to put the provided code snippets. Could you maybe explain?<br />
I was all excited about using wordpress instead of building a custom cms myself but i get the feeling that sometimes it lacks some basic features in favour of very sophisticated ones..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
