<?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 PHP Code Snip &#8211; Assign image to post ID</title>
	<atom:link href="http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:14:56 +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: zoe@illustratrice</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-27505</link>
		<dc:creator>zoe@illustratrice</dc:creator>
		<pubDate>Sat, 14 Jan 2012 17:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-27505</guid>
		<description>Using the id fo the post is clever for people who don&#039;t know much of php. I do use extra custom fields to do such things myself ;-)</description>
		<content:encoded><![CDATA[<p>Using the id fo the post is clever for people who don&#8217;t know much of php. I do use extra custom fields to do such things myself <img src='http://www.pingable.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Keller@buy HP TouchPad Online</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-16090</link>
		<dc:creator>Simon Keller@buy HP TouchPad Online</dc:creator>
		<pubDate>Mon, 31 Oct 2011 13:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-16090</guid>
		<description>Hi Simon, 
Funny you have the same name as me. Anyway just wanted to say thanks for this PHP code it really came in handy.

Simon Keller</description>
		<content:encoded><![CDATA[<p>Hi Simon,<br />
Funny you have the same name as me. Anyway just wanted to say thanks for this PHP code it really came in handy.</p>
<p>Simon Keller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marian@Developpeur PHP</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-5682</link>
		<dc:creator>Marian@Developpeur PHP</dc:creator>
		<pubDate>Wed, 20 Apr 2011 19:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-5682</guid>
		<description>Thanks a lot for your share. Do you know an plugin or script to forbid the copy of image ?</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your share. Do you know an plugin or script to forbid the copy of image ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-362</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 03 Jan 2011 15:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-362</guid>
		<description>Thanks for all of the great information and links. There are so many people who complicate things, but this code is great. Besides all of the information you have provided, the links are also very helpful and informative. Thanks again!</description>
		<content:encoded><![CDATA[<p>Thanks for all of the great information and links. There are so many people who complicate things, but this code is great. Besides all of the information you have provided, the links are also very helpful and informative. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante @ make a website software</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-360</link>
		<dc:creator>dante @ make a website software</dc:creator>
		<pubDate>Tue, 19 Oct 2010 15:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-360</guid>
		<description>Thank you for sharing this little PHP code. I was looking for something like this with my images and I am glad I found it. I&#039;m looking forward to reading a lot more of your site in the future.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing this little PHP code. I was looking for something like this with my images and I am glad I found it. I&#8217;m looking forward to reading a lot more of your site in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-358</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Mon, 16 Aug 2010 16:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-358</guid>
		<description>hi
i tested the code and it failed!
I think an errore occured in the definition of

$image = &quot;$id.gif&quot;

I check it out by using printf() function after placing it in the loop. the printf() function returns the file name and suffix without any dot!(imean &quot;.&quot;) I dont know why but it happens.
please help!</description>
		<content:encoded><![CDATA[<p>hi<br />
i tested the code and it failed!<br />
I think an errore occured in the definition of</p>
<p>$image = &#8220;$id.gif&#8221;</p>
<p>I check it out by using printf() function after placing it in the loop. the printf() function returns the file name and suffix without any dot!(imean &#8220;.&#8221;) I dont know why but it happens.<br />
please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray@dvd to avi</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-356</link>
		<dc:creator>Ray@dvd to avi</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-356</guid>
		<description>Thanks for the your wordpress PHP code for using this ID for the number you give your each image file. Very helpful</description>
		<content:encoded><![CDATA[<p>Thanks for the your wordpress PHP code for using this ID for the number you give your each image file. Very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krista@Unique Wedding Rings</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-354</link>
		<dc:creator>Krista@Unique Wedding Rings</dc:creator>
		<pubDate>Wed, 21 Jul 2010 04:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-354</guid>
		<description>The aesthetics of this design are beautiful, very contemporary. I was looking for custom designs, I&#039;m just trying to craft the nicest use for this one. I&#039;ll have to get my designer to incorporate this for me. What does the back end of this look like, do the pictures display next to each post, or is it fiddly in that respect? Thanks</description>
		<content:encoded><![CDATA[<p>The aesthetics of this design are beautiful, very contemporary. I was looking for custom designs, I&#8217;m just trying to craft the nicest use for this one. I&#8217;ll have to get my designer to incorporate this for me. What does the back end of this look like, do the pictures display next to each post, or is it fiddly in that respect? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bailey@Kevin Brite</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-352</link>
		<dc:creator>Bailey@Kevin Brite</dc:creator>
		<pubDate>Sun, 18 Jul 2010 00:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-352</guid>
		<description>Hmm, I was questioning that Quinn. I clearly don&#039;t know ample about php. Is there no other way of undertaking this? Or is this the least complicated way</description>
		<content:encoded><![CDATA[<p>Hmm, I was questioning that Quinn. I clearly don&#8217;t know ample about php. Is there no other way of undertaking this? Or is this the least complicated way</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rashid@hindi horror movies</title>
		<link>http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-350</link>
		<dc:creator>Rashid@hindi horror movies</dc:creator>
		<pubDate>Wed, 13 Jan 2010 22:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.pingable.org/wordpress-php-code-snip-assign-image-to-post-id/#comment-350</guid>
		<description>great code, helped me figure out something on my custom template</description>
		<content:encoded><![CDATA[<p>great code, helped me figure out something on my custom template</p>
]]></content:encoded>
	</item>
</channel>
</rss>

