<?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"
	>
<channel>
	<title>Comments for Keith Millington</title>
	<atom:link href="http://www.keithmillington.co.uk/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.keithmillington.co.uk/wordpress</link>
	<description>A website promoting the web development activities of Keith Millington; hand-coding in (X)HTML and CSS in accordance with web standards as defined by the W3C.</description>
	<pubDate>Thu, 09 Sep 2010 05:39:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Danny</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-277</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Thu, 15 Jul 2010 05:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-277</guid>
		<description>I wonder if it's possible to set an 'expiry date' on a post rather than base it on time of the gig day? reason being I actually need this for publishing exhibitions which run for longer than one night so I don't what an exhibition to jump to 'previous' on the day it opens, but the day it closes...  How would I do this?

Thanks so much for taking the time to write this :)</description>
		<content:encoded><![CDATA[<p>I wonder if it&#8217;s possible to set an &#8216;expiry date&#8217; on a post rather than base it on time of the gig day? reason being I actually need this for publishing exhibitions which run for longer than one night so I don&#8217;t what an exhibition to jump to &#8216;previous&#8217; on the day it opens, but the day it closes&#8230;  How would I do this?</p>
<p>Thanks so much for taking the time to write this <img src='http://www.keithmillington.co.uk/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Chuck Reynolds</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-276</link>
		<dc:creator>Chuck Reynolds</dc:creator>
		<pubDate>Thu, 08 Jul 2010 19:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-276</guid>
		<description>So will the gigs then be posted to the RSS feed if they are future (scheduled) posts?</description>
		<content:encoded><![CDATA[<p>So will the gigs then be posted to the RSS feed if they are future (scheduled) posts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Jason</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-275</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-275</guid>
		<description>Last attempt - never tried code in a comments box before.

query_posts('showposts=20&#38;category_name=Queensland&#38;meta_key=EventDate&#38;meta_compare=&#62;=&#38;meta_value=' . $todaysDate . '&#38;orderby=meta_value&#38;order=ASC');</description>
		<content:encoded><![CDATA[<p>Last attempt - never tried code in a comments box before.</p>
<p>query_posts(&#8217;showposts=20&amp;category_name=Queensland&amp;meta_key=EventDate&amp;meta_compare=&gt;=&amp;meta_value=&#8217; . $todaysDate . &#8216;&amp;orderby=meta_value&amp;order=ASC&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Jason</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-274</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-274</guid>
		<description>&lt;code&gt;=&#38;meta_value=' . $todaysDate . '&#38;orderby=meta_value&#38;order=ASC'); ?&#62;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>=&amp;meta_value=' . $todaysDate . '&amp;orderby=meta_value&amp;order=ASC'); ?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Jason</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-273</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-273</guid>
		<description>I have been playing with this sort of thig on a recent site and here is the solution i have used - it bypasses the future posts issue altogether and pulls the date from a custom field.

=&#38;meta_value=' . $todaysDate . '&#38;orderby=meta_value&#38;order=ASC'); ?&#62; 

You can add a time as well if needed - i use this and have a form setup that automatically publishes the post - so no backend manipulation has to occur.</description>
		<content:encoded><![CDATA[<p>I have been playing with this sort of thig on a recent site and here is the solution i have used - it bypasses the future posts issue altogether and pulls the date from a custom field.</p>
<p>=&amp;meta_value=&#8217; . $todaysDate . &#8216;&amp;orderby=meta_value&amp;order=ASC&#8217;); ?&gt; </p>
<p>You can add a time as well if needed - i use this and have a form setup that automatically publishes the post - so no backend manipulation has to occur.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Tom Hubble</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-272</link>
		<dc:creator>Tom Hubble</dc:creator>
		<pubDate>Fri, 07 May 2010 12:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-272</guid>
		<description>Dude, you just saved my ass with this post.  The post_status=future was exactly what I was looking for!!!  THANKS!</description>
		<content:encoded><![CDATA[<p>Dude, you just saved my ass with this post.  The post_status=future was exactly what I was looking for!!!  THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Danny Banks</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-271</link>
		<dc:creator>Danny Banks</dc:creator>
		<pubDate>Thu, 29 Apr 2010 07:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-271</guid>
		<description>Thank you so much for this article! I've been trying so hard to find a good way to use wordpress to display events, and used a number of plugins that just added more work to add an event. This makes it so much easier for me as a developer and for the users to post events. 

You'll be able to see this in action at:
starryeyedmusic.com (new design will be up may 9th)</description>
		<content:encoded><![CDATA[<p>Thank you so much for this article! I&#8217;ve been trying so hard to find a good way to use wordpress to display events, and used a number of plugins that just added more work to add an event. This makes it so much easier for me as a developer and for the users to post events. </p>
<p>You&#8217;ll be able to see this in action at:<br />
starryeyedmusic.com (new design will be up may 9th)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Luis</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-267</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Sun, 07 Feb 2010 21:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-267</guid>
		<description>Cool thread - I'm trying to apply the future posts idea to my site, but it's using a function to display the posts in the location where I want them. I've tried messing around with the code a bit to see if I could modify it, but always get some PHP error. Here's the function that displays 3 latest news posts on my homepage (www.musicvancouver.com):

function print_news_posts($count=3){
	global $cat_news, $more;
	$more = 1;
	query_posts('showposts='.$count.'&#38;cat='.$cat_news);
	if (have_posts()) :
		echo 'What\'s Happening';
		while (have_posts()) : the_post(); ?&#62;
			
				&lt;strong&gt;&#60;a href=""&#62;&lt;/a&gt;&lt;/strong&gt;
				
				&#60;a href="" class="more"&#62;Read More&lt;/a&gt;
			
		&#60;?php endwhile;
	endif;
}

What I'd prefer to do is print the next 3 upcoming (future posts) events, in ascending order, but can't figure out the syntax with this particular function (not knowing much PHP and all). 

Any help would be greatly appreciated.

Regards,

Luis</description>
		<content:encoded><![CDATA[<p>Cool thread - I&#8217;m trying to apply the future posts idea to my site, but it&#8217;s using a function to display the posts in the location where I want them. I&#8217;ve tried messing around with the code a bit to see if I could modify it, but always get some PHP error. Here&#8217;s the function that displays 3 latest news posts on my homepage (www.musicvancouver.com):</p>
<p>function print_news_posts($count=3){<br />
	global $cat_news, $more;<br />
	$more = 1;<br />
	query_posts(&#8217;showposts=&#8217;.$count.&#8217;&amp;cat=&#8217;.$cat_news);<br />
	if (have_posts()) :<br />
		echo &#8216;What\&#8217;s Happening&#8217;;<br />
		while (have_posts()) : the_post(); ?&gt;</p>
<p>				<strong>&lt;a href=&#8221;"&gt;</strong></p>
<p>				&lt;a href=&#8221;" class=&#8221;more&#8221;&gt;Read More</p>
<p>		&lt;?php endwhile;<br />
	endif;<br />
}</p>
<p>What I&#8217;d prefer to do is print the next 3 upcoming (future posts) events, in ascending order, but can&#8217;t figure out the syntax with this particular function (not knowing much PHP and all). </p>
<p>Any help would be greatly appreciated.</p>
<p>Regards,</p>
<p>Luis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Stanley Dumanig</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-266</link>
		<dc:creator>Stanley Dumanig</dc:creator>
		<pubDate>Sat, 05 Dec 2009 15:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-266</guid>
		<description>I have this problem too but I created my own plugin to fix this.  NO hacks and NO need to edit your templates. Just install it and it solves the problem.

Check: http://wordpress.org/extend/plugins/show-future-posts-on-single-post/

Running example is at www.FredRadio.com</description>
		<content:encoded><![CDATA[<p>I have this problem too but I created my own plugin to fix this.  NO hacks and NO need to edit your templates. Just install it and it solves the problem.</p>
<p>Check: <a href="http://wordpress.org/extend/plugins/show-future-posts-on-single-post/" rel="nofollow">http://wordpress.org/extend/plugins/show-future-posts-on-single-post/</a></p>
<p>Running example is at <a href="http://www.FredRadio.com" rel="nofollow">http://www.FredRadio.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display an Event or Gig List Using Wordpress by Justin Grevich</title>
		<link>http://www.keithmillington.co.uk/wordpress/?p=22#comment-265</link>
		<dc:creator>Justin Grevich</dc:creator>
		<pubDate>Mon, 23 Nov 2009 20:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.keithmillington.co.uk/wordpress/?p=22#comment-265</guid>
		<description>I ran into this same problem my self. The wp-core code does not allow for future posts to be queried by non-admins in single.php. The most simple solution I found is to make a custom 404.php template (since this is where the query will be redirected to after it cannot find what it's looking for with single.php).

Take a look at dameer's comment here: http://wordpress.org/support/topic/276841

Best of luck, and boy do I love ruby after all these PHP hacks.</description>
		<content:encoded><![CDATA[<p>I ran into this same problem my self. The wp-core code does not allow for future posts to be queried by non-admins in single.php. The most simple solution I found is to make a custom 404.php template (since this is where the query will be redirected to after it cannot find what it&#8217;s looking for with single.php).</p>
<p>Take a look at dameer&#8217;s comment here: <a href="http://wordpress.org/support/topic/276841" rel="nofollow">http://wordpress.org/support/topic/276841</a></p>
<p>Best of luck, and boy do I love ruby after all these PHP hacks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
