<?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"
	>
<channel>
	<title>Commentaires sur : Post-Thumb Revisited: version 2.2</title>
	<atom:link href="http://www.alakhnor.com/post-thumb/?feed=rss2&#038;p=129" rel="self" type="application/rss+xml" />
	<link>http://www.alakhnor.com/post-thumb/?p=129</link>
	<description>Rise up and hear the bells</description>
	<pubDate>Tue, 07 Sep 2010 05:13:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>Par : En Sabah Nur</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-7066</link>
		<dc:creator>En Sabah Nur</dc:creator>
		<pubDate>Mon, 17 Mar 2008 20:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-7066</guid>
		<description>all fixed now, see below a random example:
http://iporn.nimic.org/pretty-in-pink.html
if anyone have a question i'm sure i can answer it. 
best regardes, 
ESN</description>
		<content:encoded><![CDATA[<p>all fixed now, see below a random example:<br />
<a href="http://iporn.nimic.org/pretty-in-pink.html" rel="nofollow">http://iporn.nimic.org/pretty-in-pink.html</a><br />
if anyone have a question i&#8217;m sure i can answer it.<br />
best regardes,<br />
ESN</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : En Sabah Nur</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-7057</link>
		<dc:creator>En Sabah Nur</dc:creator>
		<pubDate>Mon, 17 Mar 2008 11:51:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-7057</guid>
		<description>hy, 
when i put paramets on the  my page will not load, it shows a blank page instead of the post
i want to put the instead of the link to the image, a link to the post (link:p)
what ca i do? maybe link:p is not for random_thmb, is it ? i got to modify something in my style.css ?
great plugin by the way
kind regards for the quick answer.</description>
		<content:encoded><![CDATA[<p>hy,<br />
when i put paramets on the  my page will not load, it shows a blank page instead of the post<br />
i want to put the instead of the link to the image, a link to the post (link:p)<br />
what ca i do? maybe link:p is not for random_thmb, is it ? i got to modify something in my style.css ?<br />
great plugin by the way<br />
kind regards for the quick answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Ivan</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6983</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Wed, 12 Mar 2008 20:52:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6983</guid>
		<description>Is nt working on my site ( www.creatief010.nl ) But thanks anyway for your help and keep up the good work.

Kind regards,

Ivan</description>
		<content:encoded><![CDATA[<p>Is nt working on my site ( <a href="http://www.creatief010.nl" rel="nofollow">http://www.creatief010.nl</a> ) But thanks anyway for your help and keep up the good work.</p>
<p>Kind regards,</p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : alakhnor</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6934</link>
		<dc:creator>alakhnor</dc:creator>
		<pubDate>Mon, 10 Mar 2008 12:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6934</guid>
		<description>Just put it in your style.css file.</description>
		<content:encoded><![CDATA[<p>Just put it in your style.css file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Ivan</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6927</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Mon, 10 Mar 2008 00:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6927</guid>
		<description>hi alakhnor thanks for the quick reply. I am using your widget indeed. 
so i have to put the line ".wid_recent li { float: left; }" (within the quotes). but where exactly do i put that line?

kind regards for the quick answer.

Ivan</description>
		<content:encoded><![CDATA[<p>hi alakhnor thanks for the quick reply. I am using your widget indeed.<br />
so i have to put the line &#8220;.wid_recent li { float: left; }&#8221; (within the quotes). but where exactly do i put that line?</p>
<p>kind regards for the quick answer.</p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : alakhnor</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6925</link>
		<dc:creator>alakhnor</dc:creator>
		<pubDate>Mon, 10 Mar 2008 00:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6925</guid>
		<description>It all depends on your theme and how you insert posts/thumbnails.

If you just output the thumbnail in a div, the basic css to use is:
&lt;code&gt;#whatever_id { width: (so_many_thumbnails)px }
#whatever_id a img { float: left; }&lt;/code&gt;

whatever_id being the wrapping div for all thumbnails.

As I'm using the widget here, it produces an unordered list, so I just have to set:
&lt;code&gt;.wid_recent li { float: left; }&lt;/code&gt;
then, the number of thumbnails in a row is given by the width of the sidebar.</description>
		<content:encoded><![CDATA[<p>It all depends on your theme and how you insert posts/thumbnails.</p>
<p>If you just output the thumbnail in a div, the basic css to use is:<br />
<code>#whatever_id { width: (so_many_thumbnails)px }<br />
#whatever_id a img { float: left; }</code></p>
<p>whatever_id being the wrapping div for all thumbnails.</p>
<p>As I&#8217;m using the widget here, it produces an unordered list, so I just have to set:<br />
<code>.wid_recent li { float: left; }</code><br />
then, the number of thumbnails in a row is given by the width of the sidebar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Ivan</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6922</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Sun, 09 Mar 2008 22:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6922</guid>
		<description>dear alakhnor,

In your site the recent fotos are next to eachother (3 in a row). in my site it keeps on 1 (under eachother). how do i make them to be like in your site (of maybe 4 or 5 in a row). i have plenty of space to have them next to eachother. but cant find any options to do so.

please can you help me out?

Kind regards and thank you for the great plugin!!

Ivan</description>
		<content:encoded><![CDATA[<p>dear alakhnor,</p>
<p>In your site the recent fotos are next to eachother (3 in a row). in my site it keeps on 1 (under eachother). how do i make them to be like in your site (of maybe 4 or 5 in a row). i have plenty of space to have them next to eachother. but cant find any options to do so.</p>
<p>please can you help me out?</p>
<p>Kind regards and thank you for the great plugin!!</p>
<p>Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : alakhnor</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6738</link>
		<dc:creator>alakhnor</dc:creator>
		<pubDate>Wed, 27 Feb 2008 13:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6738</guid>
		<description>Go to options screen and check the checkboxes in the "overview" page.</description>
		<content:encoded><![CDATA[<p>Go to options screen and check the checkboxes in the &#8220;overview&#8221; page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : hhl</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6728</link>
		<dc:creator>hhl</dc:creator>
		<pubDate>Wed, 27 Feb 2008 00:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6728</guid>
		<description>how do i generate the table again? do i have to refresh all posts in database or? please let me know..

thanks</description>
		<content:encoded><![CDATA[<p>how do i generate the table again? do i have to refresh all posts in database or? please let me know..</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : alakhnor</title>
		<link>http://www.alakhnor.com/post-thumb/?p=129#comment-6727</link>
		<dc:creator>alakhnor</dc:creator>
		<pubDate>Wed, 27 Feb 2008 00:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alakhnor.com/post-thumb/?p=129#comment-6727</guid>
		<description>Try to save options then generate post-thumb table again.</description>
		<content:encoded><![CDATA[<p>Try to save options then generate post-thumb table again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
