<?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>Comentarios en: The Post Thumbnail Vs. WP Smart Image II [English]</title>
	<atom:link href="http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/feed" rel="self" type="application/rss+xml" />
	<link>http://www.darioferrer.com</link>
	<description>Blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:03:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Por: Darío Ferrer</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-1325</link>
		<dc:creator>Darío Ferrer</dc:creator>
		<pubDate>Thu, 20 May 2010 20:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-1325</guid>
		<description>WPSI não muda o tamanho das imagens. Recomendo que você tente &lt;a href=&quot;http://wordpress.org/extend/plugins/max-image-size-control/&quot; rel=&quot;nofollow&quot;&gt;Max Image Size Control&lt;/a&gt;. Usá-lo em combinação com WPSI. Você vai ver os resultados. :D</description>
		<content:encoded><![CDATA[<p>WPSI não muda o tamanho das imagens. Recomendo que você tente <a href="http://wordpress.org/extend/plugins/max-image-size-control/" rel="nofollow">Max Image Size Control</a>. Usá-lo em combinação com WPSI. Você vai ver os resultados. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Homem Robô</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-1323</link>
		<dc:creator>Homem Robô</dc:creator>
		<pubDate>Wed, 19 May 2010 18:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-1323</guid>
		<description>Hola!

Como faço para fazer o thumbnail com resize personalizado:

the_post_thumbnail(array(135, 200), array(&#039;class&#039; =&gt; &#039;alignleft&#039;));

Usando o seu plugin?

[]&#039;s

Homem Robô</description>
		<content:encoded><![CDATA[<p>Hola!</p>
<p>Como faço para fazer o thumbnail com resize personalizado:</p>
<p>the_post_thumbnail(array(135, 200), array(&#8216;class&#8217; =&gt; &#8216;alignleft&#8217;));</p>
<p>Usando o seu plugin?</p>
<p>[]&#8216;s</p>
<p>Homem Robô</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Marina</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-971</link>
		<dc:creator>Marina</dc:creator>
		<pubDate>Tue, 26 Jan 2010 08:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-971</guid>
		<description>Hi Darío, it looks like there&#039;s something wrong, as my Loop starts as mentioned by wordpress but has no ending. I&#039;m using a pre-built theme. 
I&#039;ve now placed it here as follows:

[cc lang=&quot;php&quot;]&lt;?php
	if (have_posts()) {
	
		// Archive headers
		$post = $posts[0];
		
		if (is_day()) {
			echo &quot;; the_time(get_option(&#039;date_format&#039;)); echo &#039;&#039;;
		}
		elseif (is_month()) {
			echo &#039;&#039;; the_time(&#039;F Y&#039;); echo &#039;&#039;;
		}
		elseif (is_year()) {
			echo &#039;&#039;; the_time(&#039;Y&#039;); echo &#039;&#039;;
		}
		elseif (is_author()) {
			echo &#039;Author Archive&#039;;
		}
		elseif (isset($_GET[&#039;paged&#039;]) &amp;&amp; !empty($_GET[&#039;paged&#039;])) {
			echo &#039;Blog Archives&#039;;
		}

		while (have_posts()) {
			the_post();
			?&gt;[/cc]

	</description>
		<content:encoded><![CDATA[<p>Hi Darío, it looks like there&#8217;s something wrong, as my Loop starts as mentioned by wordpress but has no ending. I&#8217;m using a pre-built theme.<br />
I&#8217;ve now placed it here as follows:</p>
<div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #666666; font-style: italic;">// Archive headers</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000088;">$post</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$posts</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_day<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;; the_time(get_option('date_format')); echo '';<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; elseif (is_month()) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo ''; the_time('F Y'); echo '';<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; elseif (is_year()) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo ''; the_time('Y'); echo '';<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; elseif (is_author()) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo 'Author Archive';<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
&nbsp; &nbsp; &nbsp; &nbsp; elseif (isset(<span style="color: #006699; font-weight: bold;">$_GET</span>['paged']) &amp;&amp; !empty(<span style="color: #006699; font-weight: bold;">$_GET</span>['paged'])) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; echo 'Blog Archives';<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; while (have_posts()) {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; the_post();<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ?&gt;</span></div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Darío Ferrer</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-970</link>
		<dc:creator>Darío Ferrer</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-970</guid>
		<description>Hi Marina,

You must to place the tag into a loop (&lt;a href=&quot;http://codex.wordpress.org/The_Loop&quot; rel=&quot;nofollow&quot;&gt;view reference&lt;/a&gt;). Also view &lt;a href=&quot;http://s.wordpress.org/extend/plugins/wp-smart-image-ii/screenshot-5.png&quot; rel=&quot;nofollow&quot;&gt;this screenshot&lt;/a&gt; which show you the right location where you must to put it.

On the other hand, the next version 0.1.4 will gives to you the possiblity of locate the tag out of the loop through a new parameter. I&#039;ll release it this week.</description>
		<content:encoded><![CDATA[<p>Hi Marina,</p>
<p>You must to place the tag into a loop (<a href="http://codex.wordpress.org/The_Loop" rel="nofollow">view reference</a>). Also view <a href="http://s.wordpress.org/extend/plugins/wp-smart-image-ii/screenshot-5.png" rel="nofollow">this screenshot</a> which show you the right location where you must to put it.</p>
<p>On the other hand, the next version 0.1.4 will gives to you the possiblity of locate the tag out of the loop through a new parameter. I&#8217;ll release it this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Marina</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-969</link>
		<dc:creator>Marina</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-969</guid>
		<description>Hi Darío, thanks for the support! this is the code as taken from the sidebar:

post-&gt;post_parent)) {
		$parent = get_the_ID();
		$parent_title = get_the_title();
	}
	else {
		$parent = $wp_query-&gt;post-&gt;post_parent;
		$parent_data = get_post($parent);
		$parent_title = $parent_data-&gt;post_title;
	}
	$wp_list_pages = wp_list_pages(&#039;title_li=&amp;depth=1&amp;child_of=&#039; . $parent . &#039;&amp;echo=0&#039;);
}

?&gt;
	
		
			
				&lt;!-- Page/section navigation --&gt;
				
					
					
						
					
				
			
				&lt;!-- Search form --&gt;
				

&lt;!-- thumbnails --&gt;



What do I do wrong? :/
Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi Darío, thanks for the support! this is the code as taken from the sidebar:</p>
<p>post-&gt;post_parent)) {<br />
		$parent = get_the_ID();<br />
		$parent_title = get_the_title();<br />
	}<br />
	else {<br />
		$parent = $wp_query-&gt;post-&gt;post_parent;<br />
		$parent_data = get_post($parent);<br />
		$parent_title = $parent_data-&gt;post_title;<br />
	}<br />
	$wp_list_pages = wp_list_pages(&#8216;title_li=&amp;depth=1&amp;child_of=&#8217; . $parent . &#8216;&amp;echo=0&#8242;);<br />
}</p>
<p>?&gt;</p>
<p>				<!-- Page/section navigation --></p>
<p>				<!-- Search form --></p>
<p><!-- thumbnails --></p>
<p>What do I do wrong? :/<br />
Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Darío Ferrer</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-968</link>
		<dc:creator>Darío Ferrer</dc:creator>
		<pubDate>Mon, 25 Jan 2010 17:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-968</guid>
		<description>Hello Marina,

Sounds like the wp_smart_image() tag is not within the loop yet. Normally the plugin should show the posts + their corresponding images. Can you show me the piece of code you&#039;re using?.</description>
		<content:encoded><![CDATA[<p>Hello Marina,</p>
<p>Sounds like the wp_smart_image() tag is not within the loop yet. Normally the plugin should show the posts + their corresponding images. Can you show me the piece of code you&#8217;re using?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Marina</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-967</link>
		<dc:creator>Marina</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-967</guid>
		<description>Hi, 
I&#039;m new to Wordpress, so sorry if my question is silly! I love your plugin, and I wanted to use it to create a menu of the latest articles in my sidebar, showing not the title of the article but just the first picture. However I cannot configure the plugin! So far what I see is the first image for each article ONLY if I open the article. Imagine I have article 1, 2 &amp; 3 and each has an image related to it, how can I have a sidebar showing the first image of each article ALWAYS?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m new to WordPress, so sorry if my question is silly! I love your plugin, and I wanted to use it to create a menu of the latest articles in my sidebar, showing not the title of the article but just the first picture. However I cannot configure the plugin! So far what I see is the first image for each article ONLY if I open the article. Imagine I have article 1, 2 &amp; 3 and each has an image related to it, how can I have a sidebar showing the first image of each article ALWAYS?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: craig</title>
		<link>http://www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/comment-page-1#comment-906</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Mon, 04 Jan 2010 06:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.darioferrer.com/?page_id=500#comment-906</guid>
		<description>Great article and it also contained a piece of code I&#039;d been looking for! 
Cheers :)</description>
		<content:encoded><![CDATA[<p>Great article and it also contained a piece of code I&#8217;d been looking for!<br />
Cheers :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.darioferrer.com/wpsi/wpsi-en/the-post-thumbnail-vs-wp-smart-image-ii/feed ) in 1.38372 seconds, on Sep 7th, 2010 at 12:09 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Sep 7th, 2010 at 1:09 am UTC -->