<?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 plugin: the excerpt re-reloaded</title>
	<atom:link href="http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/</link>
	<description>My blog and profile</description>
	<lastBuildDate>Fri, 12 Feb 2010 21:38:41 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fábio ZC</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2621</link>
		<dc:creator>Fábio ZC</dc:creator>
		<pubDate>Fri, 12 Feb 2010 21:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2621</guid>
		<description>Hey! First of all.. thanks for this plugin!

So.. i need to make a Page excerpts (I do with &quot;Page Excerpt&quot; plugin) with the  excerpt re-reloaded plugin.. 

somebody can help me?

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Hey! First of all.. thanks for this plugin!</p>
<p>So.. i need to make a Page excerpts (I do with &#8220;Page Excerpt&#8221; plugin) with the  excerpt re-reloaded plugin.. </p>
<p>somebody can help me?</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marty Thornley</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2474</link>
		<dc:creator>Marty Thornley</dc:creator>
		<pubDate>Mon, 28 Dec 2009 23:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2474</guid>
		<description>Hey Luca,

I have used this plugin on several sites but have occasionally been frustrated by what happens when only an image or only a video appears, returning an essentially empty excerpt.

So I wrote a companion function to get the output rather than automatically echo it. I called it get_the_excerpt_rereloaded() - it uses all of your same ideas but returns the output so I can test it and not display anything if it is empty.

I also noticed that essentially empty $output variables were actually a long string of spaces, so adding a trim statement emptied out any empty excerpts allowing me to test for whether it was empty.

I am just using it as a standalone plugin right now, but would love to send you the code if you want to check it out and maybe incorporate into the next version.

Thanks for the great plugin!

Marty</description>
		<content:encoded><![CDATA[<p>Hey Luca,</p>
<p>I have used this plugin on several sites but have occasionally been frustrated by what happens when only an image or only a video appears, returning an essentially empty excerpt.</p>
<p>So I wrote a companion function to get the output rather than automatically echo it. I called it get_the_excerpt_rereloaded() &#8211; it uses all of your same ideas but returns the output so I can test it and not display anything if it is empty.</p>
<p>I also noticed that essentially empty $output variables were actually a long string of spaces, so adding a trim statement emptied out any empty excerpts allowing me to test for whether it was empty.</p>
<p>I am just using it as a standalone plugin right now, but would love to send you the code if you want to check it out and maybe incorporate into the next version.</p>
<p>Thanks for the great plugin!</p>
<p>Marty</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierre</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2393</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2393</guid>
		<description>When I use [caption] in the beginning of a post (my post start with an image to the left of the text), the plugin won&#039;t filter that tag away:
This is visible in the excerpt on my page, before the rest of the text:
[caption id=&quot;attachment_279&quot; align=&quot;alignleft&quot; width=&quot;139&quot; caption=&quot;Glenn Svarts&quot;][/caption]

I&#039;m guessing that something is missing in this line to be able to hide the [caption]-tag/content?

    $text = preg_replace(&#039;/\[.*\]/&#039;, &#039;&#039;, strip_tags($post-&gt;post_content, $allowed_tags));</description>
		<content:encoded><![CDATA[<p>When I use [caption] in the beginning of a post (my post start with an image to the left of the text), the plugin won&#8217;t filter that tag away:<br />
This is visible in the excerpt on my page, before the rest of the text:<br />
[caption id="attachment_279" align="alignleft" width="139" caption="Glenn Svarts"][/caption]</p>
<p>I&#8217;m guessing that something is missing in this line to be able to hide the [caption]-tag/content?</p>
<p>    $text = preg_replace(&#8216;/\[.*\]/&#8217;, &#8221;, strip_tags($post-&gt;post_content, $allowed_tags));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MD</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2388</link>
		<dc:creator>MD</dc:creator>
		<pubDate>Wed, 09 Dec 2009 07:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2388</guid>
		<description>Hi!

I&#039;ve changed this line of the plugin:

$text = preg_replace(&#039;/\[.*\]/&#039;, &#039;&#039;, strip_tags($post-&gt;post_excerpt, $allowed_tags));

Now instead of showing the content of the post, the plugin is showing the excerpt. The only problem is that when a post does not have an excerpt added manually, the plugin does not try to get the content.

I think that the perfect behaviour would be: 
- check if there is excerpt, and if it is not blank, show the excerpt.
- if there is no excerpt, show the_content.

What do you think?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;ve changed this line of the plugin:</p>
<p>$text = preg_replace(&#8216;/\[.*\]/&#8217;, &#8221;, strip_tags($post-&gt;post_excerpt, $allowed_tags));</p>
<p>Now instead of showing the content of the post, the plugin is showing the excerpt. The only problem is that when a post does not have an excerpt added manually, the plugin does not try to get the content.</p>
<p>I think that the perfect behaviour would be:<br />
- check if there is excerpt, and if it is not blank, show the excerpt.<br />
- if there is no excerpt, show the_content.</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2367</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2367</guid>
		<description>No luck:
php the_excerpt_rereloaded(&#039;11&#039;,&#039;---&#187;&#187;&#039;,&#039;no&#039;,&#039;plain&#039;,&#039;no&#039;);</description>
		<content:encoded><![CDATA[<p>No luck:<br />
php the_excerpt_rereloaded(&#8216;11&#8242;,&#8217;&#8212;&raquo;&raquo;&#8217;,'no&#8217;,'plain&#8217;,'no&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2366</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2366</guid>
		<description>Sorry, can&#039;t edit, so here goes again:
I upgraded my testsite to WP2.8.6 and using Advanced Title for images killed my read more link (it was visible but not linked). I solved that by letting out the because the Advanced Title apparently created a starting without closing it. So now I use:
``
(try to use backticks now fo showing code)
and that works good on WP 2.8.6
NB that is the first ‘no’ behind the raquo statement.
Nb2 the ‘plain’ still succeeds in having the –&gt;&gt; on the same line instead of a new line, good.</description>
		<content:encoded><![CDATA[<p>Sorry, can&#8217;t edit, so here goes again:<br />
I upgraded my testsite to WP2.8.6 and using Advanced Title for images killed my read more link (it was visible but not linked). I solved that by letting out the because the Advanced Title apparently created a starting without closing it. So now I use:<br />
&#8220;<br />
(try to use backticks now fo showing code)<br />
and that works good on WP 2.8.6<br />
NB that is the first ‘no’ behind the raquo statement.<br />
Nb2 the ‘plain’ still succeeds in having the –&gt;&gt; on the same line instead of a new line, good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henk</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-2/#comment-2365</link>
		<dc:creator>Henk</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2365</guid>
		<description>I upgraded my testsite to WP2.8.6 and using Advanced Title for images killed my read more link (it was visible but not linked). I solved that by letting out the &quot;a&quot; tag because the Advanced Title apparently created a starting &quot;a&quot; without closing it. So now I use

and that works good on WP 2.8.6

NB that is the first &#039;no&#039; behind the raquo statement. 
Nb2 the &#039;plain&#039; still succeeds in having the --&gt;&gt; on the same line  instead of a new line, good.</description>
		<content:encoded><![CDATA[<p>I upgraded my testsite to WP2.8.6 and using Advanced Title for images killed my read more link (it was visible but not linked). I solved that by letting out the &#8220;a&#8221; tag because the Advanced Title apparently created a starting &#8220;a&#8221; without closing it. So now I use</p>
<p>and that works good on WP 2.8.6</p>
<p>NB that is the first &#8216;no&#8217; behind the raquo statement.<br />
Nb2 the &#8216;plain&#8217; still succeeds in having the &#8211;&gt;&gt; on the same line  instead of a new line, good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Excerpt re-Reloaded &#124; Developing Argyll Communities</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-1/#comment-2323</link>
		<dc:creator>The Excerpt re-Reloaded &#124; Developing Argyll Communities</dc:creator>
		<pubDate>Sat, 28 Nov 2009 18:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2323</guid>
		<description>[...] of the default Argyll Communities theme by replacing the normal &#8216;the_excerpt&#8217; tag by Luca Biagini&#8217;s &#8216;the_excerpt_rereloaded&#8217;. This allows us to control the appearance of the excerpted [...]</description>
		<content:encoded><![CDATA[<p>[...] of the default Argyll Communities theme by replacing the normal &#8216;the_excerpt&#8217; tag by Luca Biagini&#8217;s &#8216;the_excerpt_rereloaded&#8217;. This allows us to control the appearance of the excerpted [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-1/#comment-2221</link>
		<dc:creator>Luca</dc:creator>
		<pubDate>Tue, 10 Nov 2009 19:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2221</guid>
		<description>@Patrick
I&#039;m sorry, I&#039;ve got really no experience with chinese, I don&#039;t absolutely know how to help :(

@zamaan
Glad my plugin may help you, but unfortunately the object tag is not supported, and I don&#039;t know the plugin you mentioned.</description>
		<content:encoded><![CDATA[<p>@Patrick<br />
I&#8217;m sorry, I&#8217;ve got really no experience with chinese, I don&#8217;t absolutely know how to help <img src='http://www.lucabiagini.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>@zamaan<br />
Glad my plugin may help you, but unfortunately the object tag is not supported, and I don&#8217;t know the plugin you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zamaan</title>
		<link>http://www.lucabiagini.com/2008/11/wordpress-plugin-the-excerpt-re-reloaded/comment-page-1/#comment-2220</link>
		<dc:creator>zamaan</dc:creator>
		<pubDate>Tue, 10 Nov 2009 19:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucabiagini.com/?p=25#comment-2220</guid>
		<description>really really sorry to bump. the plugin now works really well on my wp 8.5. i only have one issue now. the image fit plugin does not work. coz it raps the resized image in &#039;p&#039; tag. so until i find a fix for that, i just sticked to my old excerpt plugin (which does not have a facility to customized allowed tags). 

pls try to fix this p tag issue.</description>
		<content:encoded><![CDATA[<p>really really sorry to bump. the plugin now works really well on my wp 8.5. i only have one issue now. the image fit plugin does not work. coz it raps the resized image in &#8216;p&#8217; tag. so until i find a fix for that, i just sticked to my old excerpt plugin (which does not have a facility to customized allowed tags). </p>
<p>pls try to fix this p tag issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
