<?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 &#8211; List Latest Posts Titles</title>
	<atom:link href="http://creativeslab.net/wordpress-plugin-latest-posts-titles/feed" rel="self" type="application/rss+xml" />
	<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 20 Jan 2010 00:57:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-430</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 09 Oct 2009 05:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-430</guid>
		<description>you can do it. call the plugin for each category separately.
Presentation is up to you, whether you want to put in Div or Tabs etc....</description>
		<content:encoded><![CDATA[<p>you can do it. call the plugin for each category separately.<br />
Presentation is up to you, whether you want to put in Div or Tabs etc&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parlenk</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-417</link>
		<dc:creator>parlenk</dc:creator>
		<pubDate>Mon, 21 Sep 2009 03:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-417</guid>
		<description>i want to insert it as div content, and i want to make all category list..
(let say may categories are:news,money,game)

so in the main body become like this: 

News:
title post 1
title post 2
title post 3

             read more(link to news category page)

Money:
title post 1
title post 2
title post 3

             read more(link to money category page)

Game:
title post 1
title post 2
title post 3

             read more(link to game category page)</description>
		<content:encoded><![CDATA[<p>i want to insert it as div content, and i want to make all category list..<br />
(let say may categories are:news,money,game)</p>
<p>so in the main body become like this: </p>
<p>News:<br />
title post 1<br />
title post 2<br />
title post 3</p>
<p>             read more(link to news category page)</p>
<p>Money:<br />
title post 1<br />
title post 2<br />
title post 3</p>
<p>             read more(link to money category page)</p>
<p>Game:<br />
title post 1<br />
title post 2<br />
title post 3</p>
<p>             read more(link to game category page)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parlenk</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-416</link>
		<dc:creator>parlenk</dc:creator>
		<pubDate>Mon, 21 Sep 2009 01:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-416</guid>
		<description>hi,

how do i insert this to the main body of a theme? I mean between the header and the footer..where to start and where to end..thx</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>how do i insert this to the main body of a theme? I mean between the header and the footer..where to start and where to end..thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chetanz</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-287</link>
		<dc:creator>chetanz</dc:creator>
		<pubDate>Mon, 20 Jul 2009 14:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-287</guid>
		<description>Hi Dan 

Thank you. you are right, this plugin is for technical people, who want to customize wordpress themes.</description>
		<content:encoded><![CDATA[<p>Hi Dan </p>
<p>Thank you. you are right, this plugin is for technical people, who want to customize wordpress themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-285</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 20 Jul 2009 09:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-285</guid>
		<description>Don&#039;t you know that you are now out of the realm of the normal user and this is only for technically advanced people? You want us to manually edit theme pages? What does that mean and how do you do it?

Hope you get the idea.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t you know that you are now out of the realm of the normal user and this is only for technically advanced people? You want us to manually edit theme pages? What does that mean and how do you do it?</p>
<p>Hope you get the idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-277</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 15 Jul 2009 11:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-277</guid>
		<description>As this plugin has no configurations to be made, it won&#039;t appear in Settings.
you can directly use this plugin with help of a function call as shown below in your theme pages.

Ex: get_latest_posts(&quot;News&quot;);
where News is category name from where titles of latest posts will be retrived.
(or)
get_latest_posts(&quot;News&quot;, 10); // this call will list latest 10 post titles</description>
		<content:encoded><![CDATA[<p>As this plugin has no configurations to be made, it won&#8217;t appear in Settings.<br />
you can directly use this plugin with help of a function call as shown below in your theme pages.</p>
<p>Ex: get_latest_posts(&#8220;News&#8221;);<br />
where News is category name from where titles of latest posts will be retrived.<br />
(or)<br />
get_latest_posts(&#8220;News&#8221;, 10); // this call will list latest 10 post titles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valery</title>
		<link>http://creativeslab.net/wordpress-plugin-latest-posts-titles/comment-page-1#comment-276</link>
		<dc:creator>Valery</dc:creator>
		<pubDate>Tue, 14 Jul 2009 23:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://creativeslab.net/?p=292#comment-276</guid>
		<description>Hi :-)

I have been looking for this plugin!!!!  Cannot wait to use it!

I added the plugin... and enabled it... but am unable to view it in the SETTINGS area -- oh, and I have added a lot of plugins so I know how to do that part :-)  Any suggestions?

Thrive...

Valery ~</description>
		<content:encoded><![CDATA[<p>Hi <img src='http://creativeslab.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have been looking for this plugin!!!!  Cannot wait to use it!</p>
<p>I added the plugin&#8230; and enabled it&#8230; but am unable to view it in the SETTINGS area &#8212; oh, and I have added a lot of plugins so I know how to do that part <img src='http://creativeslab.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Any suggestions?</p>
<p>Thrive&#8230;</p>
<p>Valery ~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
