<?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>கருத்துக்கள் இதைப் பற்றியது: Ada WPMU Recent Posts Widget</title>
	<atom:link href="http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/feed/" rel="self" type="application/rss+xml" />
	<link>http://1uthavi.adadaa.com</link>
	<description>அடடா தமிழ் வலைப்பதிவு தொழில் நுட்பம்</description>
	<lastBuildDate>Tue, 12 Jan 2010 19:34:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>இவரால்: capitalz</title>
		<link>http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/comment-page-1/#comment-5</link>
		<dc:creator>capitalz</dc:creator>
		<pubDate>Sat, 12 Apr 2008 13:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/#comment-5</guid>
		<description>Hello Ehab,

That syntax is just a way to show how to do it.  If you simply copy and paste that syntax, it won&#039;t work.  You need to put your own values into each of the parameters.

for examble, use
$ArrayName = ada_list_all_wpmu_posts(5, 100, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;,&#039;show&#039;,&#039;show&#039;,&#039;show&#039;, &#039;post&#039;);

The above code limites the return array to 5 recent posts and 100 words from each post.

This just populates entries into $ArrayName.  Then you need to loop through the array and display where ever you want.  Simply populating into a variable doesn&#039;t show on the page.

If you install the widget into mu-plugin directory you can see how the plugin works.  Well, after installing into mu-plugin directory you&#039;ll see it in  Presentation ==&gt; Sidebar Widgets area.  You&#039;ll need to drag and drop the Ada WPMU Recent Posts Widget in and save and refresh your blog.

hopefully, this helps.</description>
		<content:encoded><![CDATA[<p>Hello Ehab,</p>
<p>That syntax is just a way to show how to do it.  If you simply copy and paste that syntax, it won&#8217;t work.  You need to put your own values into each of the parameters.</p>
<p>for examble, use<br />
$ArrayName = ada_list_all_wpmu_posts(5, 100, &#8221;, &#8221;, &#8221;, &#8221;,&#8217;show&#8217;,&#8217;show&#8217;,&#8217;show&#8217;, &#8216;post&#8217;);</p>
<p>The above code limites the return array to 5 recent posts and 100 words from each post.</p>
<p>This just populates entries into $ArrayName.  Then you need to loop through the array and display where ever you want.  Simply populating into a variable doesn&#8217;t show on the page.</p>
<p>If you install the widget into mu-plugin directory you can see how the plugin works.  Well, after installing into mu-plugin directory you&#8217;ll see it in  Presentation ==&gt; Sidebar Widgets area.  You&#8217;ll need to drag and drop the Ada WPMU Recent Posts Widget in and save and refresh your blog.</p>
<p>hopefully, this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>இவரால்: Ehab</title>
		<link>http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/comment-page-1/#comment-7</link>
		<dc:creator>Ehab</dc:creator>
		<pubDate>Fri, 11 Apr 2008 03:24:20 +0000</pubDate>
		<guid isPermaLink="false">http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/#comment-7</guid>
		<description>No Reply Yet, Hoping for one soon :)</description>
		<content:encoded><![CDATA[<p>No Reply Yet, Hoping for one soon <img src='http://1uthavi.adadaa.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>இவரால்: Ehab</title>
		<link>http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/comment-page-1/#comment-6</link>
		<dc:creator>Ehab</dc:creator>
		<pubDate>Wed, 09 Apr 2008 22:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://1uthavi.adadaa.com/ada-wpmu-recent-posts-widget/#comment-6</guid>
		<description>Hello.

First of all, thank you very much for your plugin. The idea is awesome and something I could really use at this moment.

However, I can&#039;t get it to work. What am I doing wrong ?

I wrote:

$ArrayName = ada_list_all_wpmu_posts(LIMIT, WORD_LIMIT, BEGIN_WRAP, END_WRAP, TITLE_BEGIN_WRAP, TITLE_END_WRAP, READ_MORE,SHOW_AUTHOR,SHOW_BLOG);


in  index.php file - but there is no output.

Could you please help out ?

Please add me in MSN: ehabmehedi@msn.com

- Thanks !</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>First of all, thank you very much for your plugin. The idea is awesome and something I could really use at this moment.</p>
<p>However, I can&#8217;t get it to work. What am I doing wrong ?</p>
<p>I wrote:</p>
<p>$ArrayName = ada_list_all_wpmu_posts(LIMIT, WORD_LIMIT, BEGIN_WRAP, END_WRAP, TITLE_BEGIN_WRAP, TITLE_END_WRAP, READ_MORE,SHOW_AUTHOR,SHOW_BLOG);</p>
<p>in  index.php file &#8211; but there is no output.</p>
<p>Could you please help out ?</p>
<p>Please add me in MSN: <a href="mailto:ehabmehedi@msn.com">ehabmehedi@msn.com</a></p>
<p>- Thanks !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
