<?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: WP-LatestPhotos</title>
	<atom:link href="http://www.codeispoetry.ru/wp-latestphotos/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codeispoetry.ru</link>
	<description>Developer blog</description>
	<lastBuildDate>Sat, 24 Dec 2011 08:15:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Johnny</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-2993</link>
		<dc:creator>Johnny</dc:creator>
		<pubDate>Tue, 12 Apr 2011 06:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-2993</guid>
		<description>I was curious if anyone could tell me what to change in the default.css in order to align the images with 3 horizontally. Notice my existing Flickr gallery aligns this way in the bottom footer. Any ideas?</description>
		<content:encoded><![CDATA[<p>I was curious if anyone could tell me what to change in the default.css in order to align the images with 3 horizontally. Notice my existing Flickr gallery aligns this way in the bottom footer. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-2205</link>
		<dc:creator>and</dc:creator>
		<pubDate>Sat, 22 Jan 2011 12:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-2205</guid>
		<description>Hello Sjoerd, 

I guess you need to read WordPress codex and take a look at &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/wp_get_attachment_image&quot; rel=&quot;nofollow&quot;&gt;wp_get_attachment_image&lt;/a&gt;, it&#039;s quite simple to do if you have basic php skills.</description>
		<content:encoded><![CDATA[<p>Hello Sjoerd, </p>
<p>I guess you need to read WordPress codex and take a look at <a href="http://codex.wordpress.org/Function_Reference/wp_get_attachment_image" rel="nofollow">wp_get_attachment_image</a>, it&#8217;s quite simple to do if you have basic php skills.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sjoerd</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-2198</link>
		<dc:creator>Sjoerd</dc:creator>
		<pubDate>Fri, 21 Jan 2011 09:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-2198</guid>
		<description>Hello,
I have an issue which I probably have to solve in PHP. Because is that I do not want to show the latest photos, but I want to show specific photos. Can you explain to me how this should be done?

thanx in advance!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have an issue which I probably have to solve in PHP. Because is that I do not want to show the latest photos, but I want to show specific photos. Can you explain to me how this should be done?</p>
<p>thanx in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-2196</link>
		<dc:creator>and</dc:creator>
		<pubDate>Thu, 20 Jan 2011 21:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-2196</guid>
		<description>Hi @Maria,

1. Need some plugin improvements to make it possible (e.g. some option for that)
2. I think I can add &quot;tick-all&quot; button to the uploader so you can check all images with one click.
3. It should be complicated, and I&#039;m not sure it even possible since all attachments in WordPress stored in the one table and mixed with everything on your blog (posts, attachments, whatever), so there no way to determine which image is exactly should be included by plugin.</description>
		<content:encoded><![CDATA[<p>Hi @Maria,</p>
<p>1. Need some plugin improvements to make it possible (e.g. some option for that)<br />
2. I think I can add &#8220;tick-all&#8221; button to the uploader so you can check all images with one click.<br />
3. It should be complicated, and I&#8217;m not sure it even possible since all attachments in WordPress stored in the one table and mixed with everything on your blog (posts, attachments, whatever), so there no way to determine which image is exactly should be included by plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maria</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-2090</link>
		<dc:creator>Maria</dc:creator>
		<pubDate>Mon, 03 Jan 2011 08:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-2090</guid>
		<description>Hi, 
Thank you for a wonderful plugin, I am really enjoying it and works great on my blog.
Three questions.

1. How do I change the alt text to show the linked post&#039;s title? this is useful for me, as the names of my images are not that enticing and takes a long time to change thousands of them.

2. How do I make the tickbox to include new images in Latest Photos to be ticked by default? Again, when posting a lot of images, it is very time consuming to have to remember to tick each of them.

3. I need to include a lot of old images (pre-plugin) to be used by the widget. What is the quickest way to do that? 

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for a wonderful plugin, I am really enjoying it and works great on my blog.<br />
Three questions.</p>
<p>1. How do I change the alt text to show the linked post&#8217;s title? this is useful for me, as the names of my images are not that enticing and takes a long time to change thousands of them.</p>
<p>2. How do I make the tickbox to include new images in Latest Photos to be ticked by default? Again, when posting a lot of images, it is very time consuming to have to remember to tick each of them.</p>
<p>3. I need to include a lot of old images (pre-plugin) to be used by the widget. What is the quickest way to do that? </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luchosar</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-1592</link>
		<dc:creator>luchosar</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-1592</guid>
		<description>Hello ..
Something happens .... I put this code:
 $ Options = array (
  &#039;Limit&#039; =&gt; 6,
  &#039;Echo&#039; =&gt; 1,
  &#039;Link&#039; =&gt; &#039;Thickbox&#039;
);

wp_latestphotos ($ options );................ be missing something ... do not code, I glue in the index, but I get the images</description>
		<content:encoded><![CDATA[<p>Hello ..<br />
Something happens &#8230;. I put this code:<br />
 $ Options = array (<br />
  &#8216;Limit&#8217; =&gt; 6,<br />
  &#8216;Echo&#8217; =&gt; 1,<br />
  &#8216;Link&#8217; =&gt; &#8216;Thickbox&#8217;<br />
);</p>
<p>wp_latestphotos ($ options );&#8230;&#8230;&#8230;&#8230;&#8230;. be missing something &#8230; do not code, I glue in the index, but I get the images</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luchosar</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-1591</link>
		<dc:creator>luchosar</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-1591</guid>
		<description>if I want a specific category which is the code ..?
---------------
si deseo una categoria especifica..cual es el codigo?</description>
		<content:encoded><![CDATA[<p>if I want a specific category which is the code ..?<br />
&#8212;&#8212;&#8212;&#8212;&#8212;<br />
si deseo una categoria especifica..cual es el codigo?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luchosar</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-1590</link>
		<dc:creator>luchosar</dc:creator>
		<pubDate>Sun, 15 Aug 2010 16:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-1590</guid>
		<description>ok gracias</description>
		<content:encoded><![CDATA[<p>ok gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: and</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-1579</link>
		<dc:creator>and</dc:creator>
		<pubDate>Wed, 11 Aug 2010 19:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-1579</guid>
		<description>@luchosar, Hello! The php lines are located under the &quot;Usage&quot; section of this page. 

However if you want to place your photos on any page/post so you&#039;d better use a shortcode, just put it into the WordPress editor, for example: &lt;tt&gt;[WP-LatestPhotos limit=&quot;6&quot;]&lt;/tt&gt;.</description>
		<content:encoded><![CDATA[<p>@luchosar, Hello! The php lines are located under the &#8220;Usage&#8221; section of this page. </p>
<p>However if you want to place your photos on any page/post so you&#8217;d better use a shortcode, just put it into the WordPress editor, for example: <tt>[WP-LatestPhotos limit="6"]</tt>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luchosar</title>
		<link>http://www.codeispoetry.ru/wp-latestphotos/comment-page-1#comment-1577</link>
		<dc:creator>luchosar</dc:creator>
		<pubDate>Wed, 11 Aug 2010 13:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeispoetry.ru/?page_id=269#comment-1577</guid>
		<description>Hello.
Try putting them in the index .... What I am is to place the call on the cover, index, or home (body). What is the PHP code for this call?. Thank you.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
Try putting them in the index &#8230;. What I am is to place the call on the cover, index, or home (body). What is the PHP code for this call?. Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

