<?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: Category Posts Widget&#160;1.2</title>
	<atom:link href="http://jameslao.com/2008/01/16/category-posts-widget-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://jameslao.com/2008/01/16/category-posts-widget-12/</link>
	<description>Card-carrying member of the empty set.</description>
	<lastBuildDate>Tue, 09 Mar 2010 03:26:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1344</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 19 Mar 2008 22:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1344</guid>
		<description>Thanks for your comments. I will work on integrating all these features into the plugin when spring break comes around next week. Life has been a little busy this past couple weeks.</description>
		<content:encoded><![CDATA[<p>Thanks for your comments. I will work on integrating all these features into the plugin when spring break comes around next week. Life has been a little busy this past couple weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: normalperson</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1343</link>
		<dc:creator>normalperson</dc:creator>
		<pubDate>Wed, 19 Mar 2008 22:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1343</guid>
		<description>Dude James
I agree with Michael posted on February 6, 2008:
* no limit at the numbers of post to show =&gt; all
* sort the posts alph. (asc and desc)

If this could be in next version you&#039;ll have a major slam banger plugin. I would even start using WordPress more.

Nice one with the First robotics project. Stick it out and you might run the first WordPress enabled robot. (Why not, imagine basic WP install with a directional plugin - friendly bots with google map api or something.)</description>
		<content:encoded><![CDATA[<p>Dude James<br />
I agree with Michael posted on February 6, 2008:<br />
* no limit at the numbers of post to show =&gt; all<br />
* sort the posts alph. (asc and desc)</p>
<p>If this could be in next version you&#8217;ll have a major slam banger plugin. I would even start using WordPress more.</p>
<p>Nice one with the First robotics project. Stick it out and you might run the first WordPress enabled robot. (Why not, imagine basic WP install with a directional plugin &#8211; friendly bots with google map api or something.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the surgeon</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1341</link>
		<dc:creator>the surgeon</dc:creator>
		<pubDate>Wed, 19 Mar 2008 14:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1341</guid>
		<description>how can i make the category name into a link so that users can click the title of the category and go to page of all the posts in that category?</description>
		<content:encoded><![CDATA[<p>how can i make the category name into a link so that users can click the title of the category and go to page of all the posts in that category?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the surg3on</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1293</link>
		<dc:creator>the surg3on</dc:creator>
		<pubDate>Sun, 09 Mar 2008 00:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1293</guid>
		<description>Nevermind. I figured out how to do it. 

I edited the plugin this section of code at the top:

echo $before_widget;
	echo $before_title . $title . $after_title;
	echo &#039;&#039;;
	nk_cat_posts($catID, $num);
	echo &#039;&#039;;
	echo $after_widget;





AND CHANGED IT TO USED MY CSS STYLE BULLETS. THIS IS WHAT IT LOOKS LIKE AFTER I CHANGED IT. 


echo $before_widget;
	echo $before_title . $title . $after_title;
	echo &#039;&#039;;
	nk_cat_posts($catID, $num);
	echo &#039;&#039;;
	echo $after_widget;


THE BULLETS CLASS COMES FROM MY THEME, WHICH IS ALREADY DEFINED USING THE MIMBO THEME.</description>
		<content:encoded><![CDATA[<p>Nevermind. I figured out how to do it. </p>
<p>I edited the plugin this section of code at the top:</p>
<p>echo $before_widget;<br />
	echo $before_title . $title . $after_title;<br />
	echo &#8221;;<br />
	nk_cat_posts($catID, $num);<br />
	echo &#8221;;<br />
	echo $after_widget;</p>
<p>AND CHANGED IT TO USED MY CSS STYLE BULLETS. THIS IS WHAT IT LOOKS LIKE AFTER I CHANGED IT. </p>
<p>echo $before_widget;<br />
	echo $before_title . $title . $after_title;<br />
	echo &#8221;;<br />
	nk_cat_posts($catID, $num);<br />
	echo &#8221;;<br />
	echo $after_widget;</p>
<p>THE BULLETS CLASS COMES FROM MY THEME, WHICH IS ALREADY DEFINED USING THE MIMBO THEME.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the surg3on</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1292</link>
		<dc:creator>the surg3on</dc:creator>
		<pubDate>Sun, 09 Mar 2008 00:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1292</guid>
		<description>How do i get the categories to display posts in a bulleted or numbered list?</description>
		<content:encoded><![CDATA[<p>How do i get the categories to display posts in a bulleted or numbered list?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: irwin</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1270</link>
		<dc:creator>irwin</dc:creator>
		<pubDate>Wed, 05 Mar 2008 21:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1270</guid>
		<description>Hi James.  I am trying to use Category Posts 1.2.  to display a concert gig schedule on my sidebar.  The only problem is that the order of events seem to be opposite that of the actual gig calendar.  Any thoughts or resorting the order?

Thanks in advance.
is</description>
		<content:encoded><![CDATA[<p>Hi James.  I am trying to use Category Posts 1.2.  to display a concert gig schedule on my sidebar.  The only problem is that the order of events seem to be opposite that of the actual gig calendar.  Any thoughts or resorting the order?</p>
<p>Thanks in advance.<br />
is</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helen</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1250</link>
		<dc:creator>helen</dc:creator>
		<pubDate>Mon, 03 Mar 2008 13:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1250</guid>
		<description>Love the widget works really well. The only thing I want to do with it is sort from oldest to newest so the oldest post appears at the top due to the nature of the way I am using this. Is this easy to do? Perhaps I should do it myself but I don&#039;t know enough about PHP to mess.</description>
		<content:encoded><![CDATA[<p>Love the widget works really well. The only thing I want to do with it is sort from oldest to newest so the oldest post appears at the top due to the nature of the way I am using this. Is this easy to do? Perhaps I should do it myself but I don&#8217;t know enough about PHP to mess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1114</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Fri, 15 Feb 2008 16:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1114</guid>
		<description>Maybe an opportunity to have a drop down option from the category chosen? Otherwise I think this plug was very helpful indeed.</description>
		<content:encoded><![CDATA[<p>Maybe an opportunity to have a drop down option from the category chosen? Otherwise I think this plug was very helpful indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robby</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1061</link>
		<dc:creator>robby</dc:creator>
		<pubDate>Fri, 08 Feb 2008 22:24:39 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1061</guid>
		<description>whoops, i guess you cant use those closing tags. didn&#039;t know that. see i am new. :)

?php if (is_category(page1)) { ? ??????
?php } ?

?php if (is_category(page2)) { ? ??????
?php } ?</description>
		<content:encoded><![CDATA[<p>whoops, i guess you cant use those closing tags. didn&#8217;t know that. see i am new. <img src='http://jameslao.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>?php if (is_category(page1)) { ? ??????<br />
?php } ?</p>
<p>?php if (is_category(page2)) { ? ??????<br />
?php } ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robby</title>
		<link>http://jameslao.com/2008/01/16/category-posts-widget-12/comment-page-1/#comment-1060</link>
		<dc:creator>robby</dc:creator>
		<pubDate>Fri, 08 Feb 2008 22:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://jameslao.com/2008/01/16/category-posts-widget-12/#comment-1060</guid>
		<description>Cool plugin James, 

Just had a quick question. Im trying to use php includes instead of the auto install of the widget sidebar. it&#039;s just more flexible and not as limiting. 

I would like to call different settings for the widget depending on the page its on, for example:

 ??????


 ??????


BTW im new to php, but anyways is it possible to do some type of get command and then apply the different  variables depending on the page with just php after it has been activated?</description>
		<content:encoded><![CDATA[<p>Cool plugin James, </p>
<p>Just had a quick question. Im trying to use php includes instead of the auto install of the widget sidebar. it&#8217;s just more flexible and not as limiting. </p>
<p>I would like to call different settings for the widget depending on the page its on, for example:</p>
<p> ??????</p>
<p> ??????</p>
<p>BTW im new to php, but anyways is it possible to do some type of get command and then apply the different  variables depending on the page with just php after it has been activated?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
