<?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: Post Thumbnails via WordPress</title> <atom:link href="http://www.amberweinberg.com/post-thumbnails-via-wordpress/feed/" rel="self" type="application/rss+xml" /><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/</link> <description>Design, Development and Freelance Articles and Tutorials</description> <lastBuildDate>Tue, 07 Feb 2012 14:26:55 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Scott Coello</title><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/#comment-14266</link> <dc:creator>Scott Coello</dc:creator> <pubDate>Tue, 04 Oct 2011 18:32:17 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1617#comment-14266</guid> <description>Also, very useful for posting &quot;thumbnails&quot; across your website at various sizes, you can use add_image_size() command.Something like this:add_image_size( &#039;sidebarimage&#039;, 500, 400, true );In the string, you give this custom size a name. I&#039;ve called it &quot;sidebarimage&quot;. Then I&#039;ve set the WIDTH and the HEIGHT. Finally, I&#039;ve told this function to automatically crop the image, instead of resizing it dependant on the width or the height. You can not set this, or set it false, and it will resize the image down to the either the maximum width or maximum height… Sometimes it&#039;s useful to set this so the height is 9999 so you can have a flexible height, yet a fixed set width. Up to you how you roll with that one!You call back the function like you normally would, instead you call back the &#039;sidebarimage&#039; inside the brackets of the_post_thumbnail template tag, like so:the_post_thumbnail( &#039;sidebarimage&#039; );You can set up multiple add_image_sizes with different callback names and call it back wherever on the website. Amazing stuff!More info here: http://codex.wordpress.org/Function_Reference/add_image_size</description> <content:encoded><![CDATA[<p>Also, very useful for posting &#8220;thumbnails&#8221; across your website at various sizes, you can use add_image_size() command.</p><p>Something like this:</p><p>add_image_size( &#8216;sidebarimage&#8217;, 500, 400, true );</p><p>In the string, you give this custom size a name. I&#8217;ve called it &#8220;sidebarimage&#8221;. Then I&#8217;ve set the WIDTH and the HEIGHT. Finally, I&#8217;ve told this function to automatically crop the image, instead of resizing it dependant on the width or the height. You can not set this, or set it false, and it will resize the image down to the either the maximum width or maximum height… Sometimes it&#8217;s useful to set this so the height is 9999 so you can have a flexible height, yet a fixed set width. Up to you how you roll with that one!</p><p>You call back the function like you normally would, instead you call back the &#8216;sidebarimage&#8217; inside the brackets of the_post_thumbnail template tag, like so:</p><p>the_post_thumbnail( &#8216;sidebarimage&#8217; );</p><p>You can set up multiple add_image_sizes with different callback names and call it back wherever on the website. Amazing stuff!</p><p>More info here: <a
href="http://codex.wordpress.org/Function_Reference/add_image_size" rel="nofollow">http://codex.wordpress.org/Function_Reference/add_image_size</a></p> ]]></content:encoded> </item> <item><title>By: Michael Ouellette</title><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/#comment-14265</link> <dc:creator>Michael Ouellette</dc:creator> <pubDate>Tue, 04 Oct 2011 17:57:08 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1617#comment-14265</guid> <description>Excellent thanks!I love the WP tips, helps out a ton..mike</description> <content:encoded><![CDATA[<p>Excellent thanks!</p><p>I love the WP tips, helps out a ton.</p><p>.mike</p> ]]></content:encoded> </item> <item><title>By: Post Thumbnails via WordPress :: Freelance XHTML, CSS and &#8230; : How Do You Do That? : Your Online How To Source &#171; How Do You Do That?</title><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/#comment-1338</link> <dc:creator>Post Thumbnails via WordPress :: Freelance XHTML, CSS and &#8230; : How Do You Do That? : Your Online How To Source &#171; How Do You Do That?</dc:creator> <pubDate>Tue, 02 Mar 2010 08:14:00 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1617#comment-1338</guid> <description>[...] the article here: Post Thumbnails via WordPress :: Freelance XHTML, CSS and &#8230;            No Comment Ping [...]</description> <content:encoded><![CDATA[<p>[...] the article here: Post Thumbnails via WordPress :: Freelance XHTML, CSS and &#8230;            No Comment Ping [...]</p> ]]></content:encoded> </item> <item><title>By: Tyler</title><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/#comment-1332</link> <dc:creator>Tyler</dc:creator> <pubDate>Mon, 01 Mar 2010 23:00:02 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1617#comment-1332</guid> <description>Yes, you don&#039;t need all of this, it&#039;s much easier in WP 2.9 and why would you be using anything other than the latest?</description> <content:encoded><![CDATA[<p>Yes, you don&#8217;t need all of this, it&#8217;s much easier in WP 2.9 and why would you be using anything other than the latest?</p> ]]></content:encoded> </item> <item><title>By: Bill Chambers</title><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/#comment-1328</link> <dc:creator>Bill Chambers</dc:creator> <pubDate>Mon, 01 Mar 2010 16:10:32 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1617#comment-1328</guid> <description>Great post Phil! You make it sound too easy!</description> <content:encoded><![CDATA[<p>Great post Phil! You make it sound too easy!</p> ]]></content:encoded> </item> <item><title>By: Saad Ibrahim</title><link>http://www.amberweinberg.com/post-thumbnails-via-wordpress/#comment-1327</link> <dc:creator>Saad Ibrahim</dc:creator> <pubDate>Mon, 01 Mar 2010 16:09:06 +0000</pubDate> <guid
isPermaLink="false">http://www.amberweinberg.com/?p=1617#comment-1327</guid> <description>quite a useful trick there! thanks!</description> <content:encoded><![CDATA[<p>quite a useful trick there! thanks!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 235/236 objects using disk: basic

Served from: www.amberweinberg.com @ 2012-02-07 17:44:35 -->
