<?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: WordPress Excerpt &#8211; How to Style It</title>
	<atom:link href="http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it/feed" rel="self" type="application/rss+xml" />
	<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it</link>
	<description>Dynamic WordPress Theme</description>
	<lastBuildDate>Tue, 15 May 2012 15:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-12246</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Thu, 08 Mar 2012 23:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-12246</guid>
		<description>For proper cropping you can set image sizes by going to &lt;strong&gt;Settings &gt;&gt; Media&lt;/strong&gt;.

You can also add additional sizes through PHP.
http://shibashake.com/wordpress-theme/wordpress-image-size</description>
		<content:encoded><![CDATA[<p>For proper cropping you can set image sizes by going to <strong>Settings >> Media</strong>.</p>
<p>You can also add additional sizes through PHP.<br />
<a href="http://shibashake.com/wordpress-theme/wordpress-image-size" rel="nofollow">http://shibashake.com/wordpress-theme/wordpress-image-size</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marian</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-12235</link>
		<dc:creator>Marian</dc:creator>
		<pubDate>Thu, 08 Mar 2012 10:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-12235</guid>
		<description>nice work...
is it possible that the images will be cropped and not being resized?
greets</description>
		<content:encoded><![CDATA[<p>nice work&#8230;<br />
is it possible that the images will be cropped and not being resized?<br />
greets</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel M</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-9098</link>
		<dc:creator>Daniel M</dc:creator>
		<pubDate>Fri, 09 Dec 2011 15:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-9098</guid>
		<description>Hi thanks for the guide you took time to write, I&#039;d like to know how I can change the height of the excerpt??</description>
		<content:encoded><![CDATA[<p>Hi thanks for the guide you took time to write, I&#8217;d like to know how I can change the height of the excerpt??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-6283</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Tue, 16 Aug 2011 23:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-6283</guid>
		<description>You can use the excerpt_more filter -
http://codex.wordpress.org/Template_Tags/the_excerpt#Only_in_version_2.9_and_higher_of_WordPress</description>
		<content:encoded><![CDATA[<p>You can use the excerpt_more filter -<br />
<a href="http://codex.wordpress.org/Template_Tags/the_excerpt#Only_in_version_2.9_and_higher_of_WordPress" rel="nofollow">http://codex.wordpress.org/Template_Tags/the_excerpt#Only_in_version_2.9_and_higher_of_WordPress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-6282</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Tue, 16 Aug 2011 23:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-6282</guid>
		<description>Hi im just trying to figure out how to remove a &quot;read more&quot; button on specific exeprts, only the ones I choose. any ideas? how do i make the read more dissapear on short exepts?</description>
		<content:encoded><![CDATA[<p>Hi im just trying to figure out how to remove a &#8220;read more&#8221; button on specific exeprts, only the ones I choose. any ideas? how do i make the read more dissapear on short exepts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-3482</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Sat, 02 Apr 2011 19:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-3482</guid>
		<description>Hello Kristo,
I wrote this tutorial some time ago so I don&#039;t remember the exact context. I think it may have to do with browser and theme compatibility. Specifying just one of the parameters, I think, did not work on some of the older browsers or some of the WordPress themes I was experimenting with. In particular, if the img height is pre-specified in CSS, it may not be overridden. 

This is my best guess anyway :) For newer installs I would just use the standard WordPress thumbnail feature that shipped with 2.9.</description>
		<content:encoded><![CDATA[<p>Hello Kristo,<br />
I wrote this tutorial some time ago so I don&#8217;t remember the exact context. I think it may have to do with browser and theme compatibility. Specifying just one of the parameters, I think, did not work on some of the older browsers or some of the WordPress themes I was experimenting with. In particular, if the img height is pre-specified in CSS, it may not be overridden. </p>
<p>This is my best guess anyway <img src='http://shibashake.com/wordpress-theme/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  For newer installs I would just use the standard WordPress thumbnail feature that shipped with 2.9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kristo</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-3475</link>
		<dc:creator>Kristo</dc:creator>
		<pubDate>Fri, 01 Apr 2011 20:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-3475</guid>
		<description>Hi, thanks for the nice &quot;Add thumbnail images&quot; function. I found it to be useful. 
However, I&#039;m not so sure about necessity of the &quot;resize_image&quot; function. Firstly - it made the page loading much slower, secondly - why not use only the &quot;width&quot; parameter in the image tag (without &quot;height&quot; parameter)?
It resizes images proportionally and doesn&#039;t need any additional functions...</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the nice &#8220;Add thumbnail images&#8221; function. I found it to be useful.<br />
However, I&#8217;m not so sure about necessity of the &#8220;resize_image&#8221; function. Firstly &#8211; it made the page loading much slower, secondly &#8211; why not use only the &#8220;width&#8221; parameter in the image tag (without &#8220;height&#8221; parameter)?<br />
It resizes images proportionally and doesn&#8217;t need any additional functions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-3180</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Sat, 05 Feb 2011 16:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-3180</guid>
		<description>Hello Mark,
Yeah when I wrote this article, the Default theme was still Kubrick, I should update it at some point.

I just visited the page above and saw that you have added thumbnails to it. Glad you found a solution.</description>
		<content:encoded><![CDATA[<p>Hello Mark,<br />
Yeah when I wrote this article, the Default theme was still Kubrick, I should update it at some point.</p>
<p>I just visited the page above and saw that you have added thumbnails to it. Glad you found a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Divers</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-3179</link>
		<dc:creator>Mark Divers</dc:creator>
		<pubDate>Fri, 04 Feb 2011 09:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-3179</guid>
		<description>I tried the &quot;Add Thumbnail Images to Your WordPress Excerpt&quot; but could not get it to work.  I could not find anything in index.php that said 
, but I could in the loop.php file.  It occurs in a few places in that file.  Hee is the sumary page I want to add thumnails to...

http://randdesertmuseum.com/site/category/johannesburg/johannesburg-mills/

Thanks for any help you can give me!  I started with the Twenty Ten theme, this may be the problem.

Mark Divers</description>
		<content:encoded><![CDATA[<p>I tried the &#8220;Add Thumbnail Images to Your WordPress Excerpt&#8221; but could not get it to work.  I could not find anything in index.php that said<br />
, but I could in the loop.php file.  It occurs in a few places in that file.  Hee is the sumary page I want to add thumnails to&#8230;</p>
<p><a href="http://randdesertmuseum.com/site/category/johannesburg/johannesburg-mills/" rel="nofollow">http://randdesertmuseum.com/site/category/johannesburg/johannesburg-mills/</a></p>
<p>Thanks for any help you can give me!  I started with the Twenty Ten theme, this may be the problem.</p>
<p>Mark Divers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShibaShake</title>
		<link>http://shibashake.com/wordpress-theme/wordpress-excerpt-how-to-style-it#comment-2555</link>
		<dc:creator>ShibaShake</dc:creator>
		<pubDate>Wed, 24 Nov 2010 04:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.shibashake.com/wordpress-theme/?p=970#comment-2555</guid>
		<description>Yeah sure just test for the image before rendering the div. Something like this -
&lt;pre lang=&quot;PHP&quot;&gt;
$image = get_first_image();
if ($image) :
	?&gt;
        &lt;div class=&quot;alignright&quot; style=&quot;margin:20px;&quot;&gt;
           &lt;a href=&quot;&lt;?php the_permalink() ? rel=&quot;nofollow&quot;&gt;&quot;&gt;
              &lt;?php echo resize_image($image, get_the_title(), 200, 0); ?&gt;
           &lt;/a&gt;
        &lt;/div&gt;
	&lt;?php
endif;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Yeah sure just test for the image before rendering the div. Something like this -</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">$image = get_first_image();
if ($image) :
	?&gt;
        &lt;div class=&quot;alignright&quot; style=&quot;margin:20px;&quot;&gt;
           &lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> ? rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;nofollow&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #0000ff;">&quot;&gt;
              &lt;?php echo resize_image(<span style="color: #006699; font-weight: bold;">$image</span>, get_the_title(), 200, 0); ?&gt;</span>
           &lt;/a&gt;
        &lt;/div&gt;
	<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span></pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 11/39 queries in 0.159 seconds using disk: basic
Object Caching 520/570 objects using disk: basic

Served from: shibashake.com @ 2012-05-17 14:30:15 -->
