<?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: FlickrAPI</title>
	<atom:link href="http://www.solarpolar.co.uk/flickr-plugins/flickrapi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solarpolar.co.uk</link>
	<description>Dave Walker, Malton, North Yorkshire. Blog, Music and Web Work</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:49:56 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: taxbax</title>
		<link>http://www.solarpolar.co.uk/flickr-plugins/flickrapi/comment-page-1/#comment-190</link>
		<dc:creator>taxbax</dc:creator>
		<pubDate>Fri, 03 Sep 2010 16:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.solarpolar.co.uk/?page_id=158#comment-190</guid>
		<description>Hi Dave,
I am using this plugin to awesomely retrieve photos based on tags that the client enters in a &quot;More Fields plugin&quot; box when she writes a post. It has been working great for the most part. 

you can see it in action at http://writershouses.com/walden-pond

There is one thing I want to be able to do, though. If there was an argument that would return the results in an array, rather than display them, then I could use php count to not display the extra formatting that looks awkward when there is are no flickr images returned. Maybe there is a way already but my php skills are very limited.

you can see what it looks like with no results here:
http://writershouses.com/the-wayside


something like &#039;return&#039; =&gt; &#039;array&#039;

Thanks for your hard work!</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
I am using this plugin to awesomely retrieve photos based on tags that the client enters in a &#8220;More Fields plugin&#8221; box when she writes a post. It has been working great for the most part. </p>
<p>you can see it in action at <a href="http://writershouses.com/walden-pond" rel="nofollow">http://writershouses.com/walden-pond</a></p>
<p>There is one thing I want to be able to do, though. If there was an argument that would return the results in an array, rather than display them, then I could use php count to not display the extra formatting that looks awkward when there is are no flickr images returned. Maybe there is a way already but my php skills are very limited.</p>
<p>you can see what it looks like with no results here:<br />
<a href="http://writershouses.com/the-wayside" rel="nofollow">http://writershouses.com/the-wayside</a></p>
<p>something like &#8216;return&#8217; =&gt; &#8216;array&#8217;</p>
<p>Thanks for your hard work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Walker</title>
		<link>http://www.solarpolar.co.uk/flickr-plugins/flickrapi/comment-page-1/#comment-187</link>
		<dc:creator>Dave Walker</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.solarpolar.co.uk/?page_id=158#comment-187</guid>
		<description>How are you using the plugin Carl?  Need some details to check it out... Thanks, Dave</description>
		<content:encoded><![CDATA[<p>How are you using the plugin Carl?  Need some details to check it out&#8230; Thanks, Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Martin</title>
		<link>http://www.solarpolar.co.uk/flickr-plugins/flickrapi/comment-page-1/#comment-184</link>
		<dc:creator>Carl Martin</dc:creator>
		<pubDate>Sun, 29 Aug 2010 15:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.solarpolar.co.uk/?page_id=158#comment-184</guid>
		<description>This Plugin is not working for me, can you help me out, please?  Nothing shows up.  When I tell the plugin to show the titles, that works.....but sadly, no images.</description>
		<content:encoded><![CDATA[<p>This Plugin is not working for me, can you help me out, please?  Nothing shows up.  When I tell the plugin to show the titles, that works&#8230;..but sadly, no images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Walker</title>
		<link>http://www.solarpolar.co.uk/flickr-plugins/flickrapi/comment-page-1/#comment-173</link>
		<dc:creator>Dave Walker</dc:creator>
		<pubDate>Wed, 11 Aug 2010 15:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.solarpolar.co.uk/?page_id=158#comment-173</guid>
		<description>Hi Steve,

I&#039;m currently writing something pretty similar to what you&#039;re looking for.  It&#039;ll cache an xml file of results and then read through the xml file creating an array to then manipulate.

If you can wait a week or two I might create a separate plugin.</description>
		<content:encoded><![CDATA[<p>Hi Steve,</p>
<p>I&#8217;m currently writing something pretty similar to what you&#8217;re looking for.  It&#8217;ll cache an xml file of results and then read through the xml file creating an array to then manipulate.</p>
<p>If you can wait a week or two I might create a separate plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.solarpolar.co.uk/flickr-plugins/flickrapi/comment-page-1/#comment-166</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 05 Aug 2010 14:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.solarpolar.co.uk/?page_id=158#comment-166</guid>
		<description>Is there an easy way of getting images but not displaying them immediately.

What I weant to do is

1) Fetch but not display

get_flickrAPI(array(&#039;num_items&#039; =&gt; 20,
... other params set as required

2) Then step through the array one at a time outputting them the way I want
e.g. with a line break after every third (or whatever) item
Basically I want to be able to do more than appears to be possible with &#039;html&#039; =&gt; which acts on very image.</description>
		<content:encoded><![CDATA[<p>Is there an easy way of getting images but not displaying them immediately.</p>
<p>What I weant to do is</p>
<p>1) Fetch but not display</p>
<p>get_flickrAPI(array(&#8216;num_items&#8217; =&gt; 20,<br />
&#8230; other params set as required</p>
<p>2) Then step through the array one at a time outputting them the way I want<br />
e.g. with a line break after every third (or whatever) item<br />
Basically I want to be able to do more than appears to be possible with &#8216;html&#8217; =&gt; which acts on very image.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
