<?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: WordPress Custom Fields: Adding Images To Posts</title>
	<atom:link href="http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts/feed" rel="self" type="application/rss+xml" />
	<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts</link>
	<description>Life, Blogging, and WordPress</description>
	<lastBuildDate>Tue, 22 May 2012 18:04:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nickproger</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-479403</link>
		<dc:creator>Nickproger</dc:creator>
		<pubDate>Mon, 14 Nov 2011 16:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-479403</guid>
		<description>Is it possible to change input-type of &quot;custom field&quot;-value from textarea-input (where I should to set image-URL)  to the file-uploading-input?

Because it&#039;s little bit not clear to use.

Maybe, not file-uploading-input, maybe some kind of media-selectors or something like this?</description>
		<content:encoded><![CDATA[<p>Is it possible to change input-type of &#8220;custom field&#8221;-value from textarea-input (where I should to set image-URL)  to the file-uploading-input?</p>
<p>Because it&#8217;s little bit not clear to use.</p>
<p>Maybe, not file-uploading-input, maybe some kind of media-selectors or something like this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rigamarole</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-409534</link>
		<dc:creator>rigamarole</dc:creator>
		<pubDate>Thu, 01 Sep 2011 07:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-409534</guid>
		<description>Thanks Justin,

That&#039;s exactly what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks Justin,</p>
<p>That&#8217;s exactly what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-347394</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 28 May 2011 05:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-347394</guid>
		<description>it works for me thanks</description>
		<content:encoded><![CDATA[<p>it works for me thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-289997</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 04 Feb 2011 19:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-289997</guid>
		<description>Thanks! was trying to figure this out for a week. Great work and run through! Much appreciated</description>
		<content:encoded><![CDATA[<p>Thanks! was trying to figure this out for a week. Great work and run through! Much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: welly</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-259908</link>
		<dc:creator>welly</dc:creator>
		<pubDate>Mon, 06 Dec 2010 06:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-259908</guid>
		<description>Awesome! Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riccardo</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-250428</link>
		<dc:creator>Riccardo</dc:creator>
		<pubDate>Sun, 14 Nov 2010 09:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-250428</guid>
		<description>Hi! Thank you for this tutorial! 
Really useful!

Just one thing don&#039;t work with me:

&lt;pre&gt;&lt;code&gt;&lt;img src=&quot;&quot;
	class=&quot;&quot;
	alt=&quot;&quot;
	/&gt;&lt;/code&gt;&lt;/pre&gt;

The img closing tag, when rendered in an html page, isn&#039;t rendered.

Usually an image tag must be closed in this way:  But in my page outputs:  The &quot;/&quot; is ignored!

How to solve this?
You know, without &quot;/&quot; the img tag don&#039;t pass the w3c validation!</description>
		<content:encoded><![CDATA[<p>Hi! Thank you for this tutorial!<br />
Really useful!</p>
<p>Just one thing don&#8217;t work with me:</p>
<pre><code>&lt;img src=&quot;"
	class=""
	alt=""
	/&gt;</code></pre>
<p>The img closing tag, when rendered in an html page, isn&#8217;t rendered.</p>
<p>Usually an image tag must be closed in this way:  But in my page outputs:  The &#8220;/&#8221; is ignored!</p>
<p>How to solve this?<br />
You know, without &#8220;/&#8221; the img tag don&#8217;t pass the w3c validation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fullziphoody</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-234435</link>
		<dc:creator>fullziphoody</dc:creator>
		<pubDate>Wed, 29 Sep 2010 00:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-234435</guid>
		<description>danke, this is thanks in german.. i followed your tutorial and i succeed. now i know how o add images to my posts.</description>
		<content:encoded><![CDATA[<p>danke, this is thanks in german.. i followed your tutorial and i succeed. now i know how o add images to my posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaseem Ansari</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-234132</link>
		<dc:creator>Vaseem Ansari</dc:creator>
		<pubDate>Mon, 27 Sep 2010 12:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-234132</guid>
		<description>This tips is really useful, i am stuck in a problem, here is that, need solution for this one

i have posted 100 articles under category1 with custom field &quot;featured&quot; (only 20 posts have custom field  values in them).
Now i want to show random 5 posts, so can u propose me query that will get all those posts which have featured in them, i dont want the results to be come for all those posts which dont have featured values in them.
Thanks</description>
		<content:encoded><![CDATA[<p>This tips is really useful, i am stuck in a problem, here is that, need solution for this one</p>
<p>i have posted 100 articles under category1 with custom field &#8220;featured&#8221; (only 20 posts have custom field  values in them).<br />
Now i want to show random 5 posts, so can u propose me query that will get all those posts which have featured in them, i dont want the results to be come for all those posts which dont have featured values in them.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dubcomm</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-217814</link>
		<dc:creator>dubcomm</dc:creator>
		<pubDate>Fri, 30 Jul 2010 16:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-217814</guid>
		<description>This was a great help! Thanks!</description>
		<content:encoded><![CDATA[<p>This was a great help! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Custom Fields, plus Compass/Sass tip: CSS inline images &#124; jc-designs.net</title>
		<link>http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-215137</link>
		<dc:creator>Wordpress Custom Fields, plus Compass/Sass tip: CSS inline images &#124; jc-designs.net</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://justintadlock.com/archives/2007/10/27/wordpress-custom-fields-adding-images-to-posts#comment-215137</guid>
		<description>[...] I can&#8217;t take credit for what I am about to show you. I learned how to do this fromJustin Tadlock&#8217;s blog, but I wanted to spread the love. This was the best tutorial I found on the [...]</description>
		<content:encoded><![CDATA[<p>[...] I can&#8217;t take credit for what I am about to show you. I learned how to do this fromJustin Tadlock&#8217;s blog, but I wanted to spread the love. This was the best tutorial I found on the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

