<?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: Publish Future Posts as Events List</title>
	<atom:link href="http://www.rlmseo.com/blog/publish-future-posts-as-events-list/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/</link>
	<description>SEO, PPC, Web Design &#38; Optimization</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jordan</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-524</link>
		<dc:creator>Jordan</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-524</guid>
		<description>If anybody else comes across and wants to display future dates and today&#039;s, change line 8 to be:
if(strtotime($post-&gt;post_date) &lt;= time() - (24 * 60 * 60))
24hrs*60min*60seconds is a day in seconds.

Thanks for the walkthrough!</description>
		<content:encoded><![CDATA[<p>If anybody else comes across and wants to display future dates and today&#8217;s, change line 8 to be:<br />
if(strtotime($post-&gt;post_date) &lt;= time() &#8211; (24 * 60 * 60))<br />
24hrs*60min*60seconds is a day in seconds.</p>
<p>Thanks for the walkthrough!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-250</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Sat, 27 Jun 2009 21:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-250</guid>
		<description>Hi Edoriv. Did you ever get an answer to this? I&#039;m trying to do the same thing. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Edoriv. Did you ever get an answer to this? I&#8217;m trying to do the same thing. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N8</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-249</link>
		<dc:creator>N8</dc:creator>
		<pubDate>Fri, 29 May 2009 00:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-249</guid>
		<description>thank you, thank you, thank you.</description>
		<content:encoded><![CDATA[<p>thank you, thank you, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Cousins</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-248</link>
		<dc:creator>Keith Cousins</dc:creator>
		<pubDate>Fri, 15 May 2009 13:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-248</guid>
		<description>brilliant thanks,</description>
		<content:encoded><![CDATA[<p>brilliant thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Crenshaw</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-247</link>
		<dc:creator>John Crenshaw</dc:creator>
		<pubDate>Fri, 15 May 2009 12:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-247</guid>
		<description>Hi Keith, you just need to add an &quot;or&quot; condition to the first if-statement...so line 2 in the above code should be changed to something like this:
&lt;code&gt;if(is_category(&#039;events-list&#039;) &#124;&#124; is_category(&#039;category-slug-2&#039;) &#124;&#124; is_category(&#039;category-slug-3))&lt;/code&gt;

Obviously change &quot;category-slug-2&quot; and &quot;-3&quot; to your new category page slugs.</description>
		<content:encoded><![CDATA[<p>Hi Keith, you just need to add an &#8220;or&#8221; condition to the first if-statement&#8230;so line 2 in the above code should be changed to something like this:<br />
<code>if(is_category('events-list') || is_category('category-slug-2') || is_category('category-slug-3))</code></p>
<p>Obviously change &#8220;category-slug-2&#8243; and &#8220;-3&#8243; to your new category page slugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Cousins</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-246</link>
		<dc:creator>Keith Cousins</dc:creator>
		<pubDate>Thu, 14 May 2009 15:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-246</guid>
		<description>probably a very simple question/solution but I can&#039;t find it and am a total doofus at php
I&#039;d like to add 2 categories to the future events script but can&#039;t get it to work. I&#039;ve tried commas  and extras brackets etc but n joy. This is because there are small local events on a category that is excluded from the main front page and, obviously bigger events which need to be on main page?

heres hoping thanks</description>
		<content:encoded><![CDATA[<p>probably a very simple question/solution but I can&#8217;t find it and am a total doofus at php<br />
I&#8217;d like to add 2 categories to the future events script but can&#8217;t get it to work. I&#8217;ve tried commas  and extras brackets etc but n joy. This is because there are small local events on a category that is excluded from the main front page and, obviously bigger events which need to be on main page?</p>
<p>heres hoping thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Juneau</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-245</link>
		<dc:creator>Marc Juneau</dc:creator>
		<pubDate>Thu, 30 Apr 2009 06:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-245</guid>
		<description>OMG... i have been wanting to do this forever!! it never occurred to me that i could actually publish future based posts... i have been using custom fields for this which is messy for the client WAYYY better solution THANK YOU!</description>
		<content:encoded><![CDATA[<p>OMG&#8230; i have been wanting to do this forever!! it never occurred to me that i could actually publish future based posts&#8230; i have been using custom fields for this which is messy for the client WAYYY better solution THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: edoriv</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-244</link>
		<dc:creator>edoriv</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-244</guid>
		<description>is there any way to show these in a feed?</description>
		<content:encoded><![CDATA[<p>is there any way to show these in a feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Crenshaw</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-243</link>
		<dc:creator>John Crenshaw</dc:creator>
		<pubDate>Sun, 11 Jan 2009 00:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-243</guid>
		<description>Thanks for pointing that out Daniel. WordPress changes that automatically if I edit a post and sometimes I forget to change the code back. It&#039;s all fixed now...on this post at least.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out Daniel. WordPress changes that automatically if I edit a post and sometimes I forget to change the code back. It&#8217;s all fixed now&#8230;on this post at least.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.rlmseo.com/blog/publish-future-posts-as-events-list/comment-page-1/#comment-242</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 09 Jan 2009 19:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rlmseo.com/?p=257#comment-242</guid>
		<description>Great tip, thanks. Unfortunately it took me a while to find out, that you have to use just an ampersand (&amp;) and not the html code (&amp;). Now it works, great.</description>
		<content:encoded><![CDATA[<p>Great tip, thanks. Unfortunately it took me a while to find out, that you have to use just an ampersand (&amp;) and not the html code (&amp;). Now it works, great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
