<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WpFunc &#187; scheduled</title>
	<atom:link href="http://wpfunc.com/tag/scheduled/feed" rel="self" type="application/rss+xml" />
	<link>http://wpfunc.com</link>
	<description>Awesome, Quick, Simple WordPress Functions!</description>
	<lastBuildDate>Sun, 06 May 2012 02:21:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Show The &#8216;Future&#8217; :)</title>
		<link>http://wpfunc.com/wordpress/show-the-future.html</link>
		<comments>http://wpfunc.com/wordpress/show-the-future.html#comments</comments>
		<pubDate>Mon, 27 Jul 2009 10:05:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[future posts]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[scheduled]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://www.wpfunc.com/?p=130</guid>
		<description><![CDATA[Hi everybody. What is the future? Future is your scheduled posts :) You can show your future posts in your theme or you can make a &#8216;Future Posts&#8217; page in your blog. If you want to make this lets begin&#8230; Here is the code; That&#8217;s All. Have a nice day!]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Hi everybody. What is the future? Future is your scheduled posts :) You can show your future posts in your theme or you can make a &#8216;Future Posts&#8217; page in your blog. If you want to make this lets begin&#8230;<span id="more-130"></span></p>
<h3>Here is the code;</h3>
<pre class="brush: plain; title: ; notranslate">&lt;?php query_posts('showposts=10&amp;post_status=future'); ?&gt;
&lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
 &lt;h2&gt;&lt;?php the_title(); ?&gt;&lt;/h2&gt;
 &lt;span&gt;&lt;?php the_time('j. F Y'); ?&gt;&lt;/span&gt;&lt;/p&gt;
 &lt;?php endwhile;
 else: ?&gt;&lt;p&gt;No future events scheduled.&lt;/p&gt;
 &lt;?php endif; ?&gt;</pre>
<p>That&#8217;s All. Have a nice day!</p>
]]></content:encoded>
			<wfw:commentRss>http://wpfunc.com/wordpress/show-the-future.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

