<?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: Get Post Image plugin for Wordpress</title>
	<atom:link href="http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html</link>
	<description>Andrew Grant</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:34:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dwayne Moore</title>
		<link>http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html/comment-page-1#comment-16076</link>
		<dc:creator>Dwayne Moore</dc:creator>
		<pubDate>Mon, 22 Oct 2007 21:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html#comment-16076</guid>
		<description>Andrew, 

Thank you for this plugin. Because I am not versed in code, I have no idea how or where to insert the code you give as examples on your site. I want to show 6 pics at once in my sidebar. I’ve placed your code into sidebar.php as shown below:

query_posts(’category_name=resources&amp;showposts=6′);
while(have_posts())
{
the_post();
$image_tag = gpi_get_image(0,”http://www.myserver.com/default.jpg”);
$url = get_permalink();
echo “$image_tag“;
}
?&gt;

For some reason this completely closes down my sidebar - ie, the sidebar completely disappears. What am I doing wrong? Please help! Thanks so much.

Dwayne</description>
		<content:encoded><![CDATA[<p>Andrew, </p>
<p>Thank you for this plugin. Because I am not versed in code, I have no idea how or where to insert the code you give as examples on your site. I want to show 6 pics at once in my sidebar. I’ve placed your code into sidebar.php as shown below:</p>
<p>query_posts(’category_name=resources&amp;showposts=6′);<br />
while(have_posts())<br />
{<br />
the_post();<br />
$image_tag = gpi_get_image(0,”http://www.myserver.com/default.jpg”);<br />
$url = get_permalink();<br />
echo “$image_tag“;<br />
}<br />
?&gt;</p>
<p>For some reason this completely closes down my sidebar &#8211; ie, the sidebar completely disappears. What am I doing wrong? Please help! Thanks so much.</p>
<p>Dwayne</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html/comment-page-1#comment-8505</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Sun, 22 Jul 2007 09:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html#comment-8505</guid>
		<description>hi,thanks for this useful plugin. can you include an option on how to use the thumbnail picture instead? thanks.</description>
		<content:encoded><![CDATA[<p>hi,thanks for this useful plugin. can you include an option on how to use the thumbnail picture instead? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Edwards</title>
		<link>http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html/comment-page-1#comment-6320</link>
		<dc:creator>Richard Edwards</dc:creator>
		<pubDate>Thu, 21 Jun 2007 13:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/2007/04/19/get-post-image-plugin-for-wordpress.html#comment-6320</guid>
		<description></description>
		<content:encoded><![CDATA[<p>Ive been reading for a while but this post made me want to say 2 thumbs up. Keep up the great work. <a href="http://thetoolstore.blogspot.com/" rel="nofollow">Bill</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
