<?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 2.7.1+ featured articles plugin</title>
	<atom:link href="http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/</link>
	<description>All about integrating PHP with JavaScript and Flash</description>
	<lastBuildDate>Mon, 06 Sep 2010 07:09:03 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: I. Love. WordPress. &#124; Eric D. Brown</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4124</link>
		<dc:creator>I. Love. WordPress. &#124; Eric D. Brown</dc:creator>
		<pubDate>Thu, 26 Aug 2010 14:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4124</guid>
		<description>[...] (affiliate link) which I&#8217;ve customized to meet my needs. I added a customized version of the WP Featured Articles Slider to the front page to highlight previous [...]</description>
		<content:encoded><![CDATA[<p>[...] (affiliate link) which I&#8217;ve customized to meet my needs. I added a customized version of the WP Featured Articles Slider to the front page to highlight previous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4120</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 22 Aug 2010 06:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4120</guid>
		<description>That would be excellent!  Does the plugin currently work from within widgets?  I&#039;d check now, but am not at a computer where I can do that now and won&#039;t be for a little while.

thanks very much - this is a great piece of work.</description>
		<content:encoded><![CDATA[<p>That would be excellent!  Does the plugin currently work from within widgets?  I&#8217;d check now, but am not at a computer where I can do that now and won&#8217;t be for a little while.</p>
<p>thanks very much &#8211; this is a great piece of work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Boiangiu</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4114</link>
		<dc:creator>Constantin Boiangiu</dc:creator>
		<pubDate>Sat, 21 Aug 2010 07:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4114</guid>
		<description>Glad you like it. Unfortunately, none of the 2 are possible without messing with the code. But they both seem to be good ideas so I&#039;ll do an update to the script to include your suggestions. I&#039;ll probably be done with it sometime next week, hope it&#039;s OK.</description>
		<content:encoded><![CDATA[<p>Glad you like it. Unfortunately, none of the 2 are possible without messing with the code. But they both seem to be good ideas so I&#8217;ll do an update to the script to include your suggestions. I&#8217;ll probably be done with it sometime next week, hope it&#8217;s OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4113</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 20 Aug 2010 19:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4113</guid>
		<description>This looks great!  2 questions though:
1)  Can it be made to display pages instead of posts?  Some sites make heavy use of pages vs posts (including mine)
2)  Is there a way to completely disable the information from showing when the mouse hovers over the slider?</description>
		<content:encoded><![CDATA[<p>This looks great!  2 questions though:<br />
1)  Can it be made to display pages instead of posts?  Some sites make heavy use of pages vs posts (including mine)<br />
2)  Is there a way to completely disable the information from showing when the mouse hovers over the slider?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasamphani</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4096</link>
		<dc:creator>yasamphani</dc:creator>
		<pubDate>Thu, 12 Aug 2010 05:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4096</guid>
		<description>awesome...!!!</description>
		<content:encoded><![CDATA[<p>awesome&#8230;!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Boiangiu</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4091</link>
		<dc:creator>Constantin Boiangiu</dc:creator>
		<pubDate>Mon, 09 Aug 2010 14:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4091</guid>
		<description>On line 171, inside function truncate_text, after this line ( $string = strip_tags($string);  ) add this one:

$string = preg_replace( &#039;&#124;\[(.+?)\](.+?\[/\\1\])?&#124;s&#039;, &#039;&#039;, $string );

Let me know if it works.</description>
		<content:encoded><![CDATA[<p>On line 171, inside function truncate_text, after this line ( $string = strip_tags($string);  ) add this one:</p>
<p>$string = preg_replace( &#8216;|\[(.+?)\](.+?\[/\\1\])?|s&#8217;, &#8221;, $string );</p>
<p>Let me know if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4086</link>
		<dc:creator>Davide</dc:creator>
		<pubDate>Sat, 07 Aug 2010 19:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4086</guid>
		<description>How to exclude caption from exerpt (etc. www.davidemuci.it)?</description>
		<content:encoded><![CDATA[<p>How to exclude caption from exerpt (etc. <a href="http://www.davidemuci.it" rel="nofollow">http://www.davidemuci.it</a>)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Boiangiu</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4075</link>
		<dc:creator>Constantin Boiangiu</dc:creator>
		<pubDate>Tue, 27 Jul 2010 07:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4075</guid>
		<description>Happy to hear you like it and use it. Hope you enjoy it for a very long time.</description>
		<content:encoded><![CDATA[<p>Happy to hear you like it and use it. Hope you enjoy it for a very long time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4073</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4073</guid>
		<description>THANK YOU SO MUCH for slimming this plugin down - my site is loading so much faster now! Yours was already one of the faster-loading plugins of this type, but now it completely leaves all the others in the dust.</description>
		<content:encoded><![CDATA[<p>THANK YOU SO MUCH for slimming this plugin down &#8211; my site is loading so much faster now! Yours was already one of the faster-loading plugins of this type, but now it completely leaves all the others in the dust.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Constantin Boiangiu</title>
		<link>http://www.php-help.ro/mootools-12-javascript-examples/wordpress-271-featured-articles-plugin/comment-page-5/#comment-4070</link>
		<dc:creator>Constantin Boiangiu</dc:creator>
		<pubDate>Fri, 23 Jul 2010 18:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.php-help.ro/?p=304#comment-4070</guid>
		<description>Have you tried using the settings from wp-admin-&gt;Settings-&gt;Featured articles? From there you should be able to force the slider to appear only on certain pages/categories.</description>
		<content:encoded><![CDATA[<p>Have you tried using the settings from wp-admin-&gt;Settings-&gt;Featured articles? From there you should be able to force the slider to appear only on certain pages/categories.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
