<?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: Creating a feature post or sticky post in a WordPress blog</title>
	<atom:link href="http://wpgarage.com/code-snippets/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpgarage.com/code-snippets/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/</link>
	<description>wordpress tricks, hacks, and tips</description>
	<lastBuildDate>Thu, 29 Jul 2010 10:35:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hannit</title>
		<link>http://wpgarage.com/code-snippets/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/comment-page-1/#comment-517</link>
		<dc:creator>Hannit</dc:creator>
		<pubDate>Fri, 02 Nov 2007 09:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/themes/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/#comment-517</guid>
		<description>you&#039;re very welcome.
writing this snippet sounds good. would love to see it.</description>
		<content:encoded><![CDATA[<p>you&#8217;re very welcome.<br />
writing this snippet sounds good. would love to see it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miriam</title>
		<link>http://wpgarage.com/code-snippets/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/comment-page-1/#comment-516</link>
		<dc:creator>Miriam</dc:creator>
		<pubDate>Fri, 02 Nov 2007 09:03:38 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/themes/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/#comment-516</guid>
		<description>Hannit - thanks for your comments. You&#039;re of course right about the tags code. I just cut and paste from a site that still runs on 2.2.

As for your comment about the date, that&#039;s a very interesting point that I never thought about! I&#039;d like to write code snippet about that, and I&#039;ll give you attribution, of course.</description>
		<content:encoded><![CDATA[<p>Hannit &#8211; thanks for your comments. You&#8217;re of course right about the tags code. I just cut and paste from a site that still runs on 2.2.</p>
<p>As for your comment about the date, that&#8217;s a very interesting point that I never thought about! I&#8217;d like to write code snippet about that, and I&#8217;ll give you attribution, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannit</title>
		<link>http://wpgarage.com/code-snippets/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/comment-page-1/#comment-518</link>
		<dc:creator>Hannit</dc:creator>
		<pubDate>Tue, 30 Oct 2007 12:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://wordpressgarage.com/themes/creating-a-feature-post-or-sticky-post-in-a-wordpress-blog/#comment-518</guid>
		<description>Two comments:
1. Tags, when using WordPress 2.3 or higher, you should use the_tags() instead of STP_PostTags();

2. Dates, when using the_time(&#039;F j, Y&#039;); you override the user choice of date defined in the general-options part of the wordpress administration panel. I&#039;s use the_date() and the_time() without parameters in order to use the users choice.</description>
		<content:encoded><![CDATA[<p>Two comments:<br />
1. Tags, when using WordPress 2.3 or higher, you should use the_tags() instead of STP_PostTags();</p>
<p>2. Dates, when using the_time(&#8216;F j, Y&#8217;); you override the user choice of date defined in the general-options part of the wordpress administration panel. I&#8217;s use the_date() and the_time() without parameters in order to use the users choice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
