<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: WordPress Tip: Schedule the publishing of a post</title>
	<atom:link href="http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dileep stanley</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-19220</link>
		<dc:creator>dileep stanley</dc:creator>
		<pubDate>Tue, 29 Nov 2011 11:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-19220</guid>
		<description>It is only viewable if you are logged.Normal users can not have the permission to view the schduled.</description>
		<content:encoded><![CDATA[<p>It is only viewable if you are logged.Normal users can not have the permission to view the schduled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbert Hamburg</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-7070</link>
		<dc:creator>Robbert Hamburg</dc:creator>
		<pubDate>Fri, 02 Mar 2007 08:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-7070</guid>
		<description>As far as i know this feature is in wordpress for quite some time. I believe even from wordpress version 1 (!).
I read back in my notes and this was one of the main reasons i started to use wordpress in the first place, as i travel a lot.
As long as your permalinks arent very easy to guess you should be safe from that.
Regards,
Robbert Hamburg
The Netherlands.</description>
		<content:encoded><![CDATA[<p>As far as i know this feature is in wordpress for quite some time. I believe even from wordpress version 1 (!).<br />
I read back in my notes and this was one of the main reasons i started to use wordpress in the first place, as i travel a lot.</p>
<p>As long as your permalinks arent very easy to guess you should be safe from that.</p>
<p>Regards,</p>
<p>Robbert Hamburg<br />
The Netherlands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aggelos Orfanakos</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5885</link>
		<dc:creator>Aggelos Orfanakos</dc:creator>
		<pubDate>Fri, 02 Feb 2007 16:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5885</guid>
		<description>Now that I think of it, you don&#039;t really need any cron-like functionality for this kind of thing. You just need a &quot;visible timestamp&quot; for each post after which it will show up on the front page and in the feeds and the right SQL query to only select posts that have a &quot;visible timestamp&quot; older than the current. I guess my initial comment was ill-thought-out. :-)</description>
		<content:encoded><![CDATA[<p>Now that I think of it, you don&#8217;t really need any cron-like functionality for this kind of thing. You just need a &#8220;visible timestamp&#8221; for each post after which it will show up on the front page and in the feeds and the right SQL query to only select posts that have a &#8220;visible timestamp&#8221; older than the current. I guess my initial comment was ill-thought-out. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5883</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Fri, 02 Feb 2007 10:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5883</guid>
		<description>Hi Lorelle,
I wonder how I completely missed this feature all this time! I mean, this little detail has re-defined the way I should use my blog.
Thanks for stopping by ;-)</description>
		<content:encoded><![CDATA[<p>Hi Lorelle,<br />
I wonder how I completely missed this feature all this time! I mean, this little detail has re-defined the way I should use my blog.</p>
<p>Thanks for stopping by ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNot</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5882</link>
		<dc:creator>GNot</dc:creator>
		<pubDate>Fri, 02 Feb 2007 10:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5882</guid>
		<description>Hi Aggelos,
AFAIK, this feature refers to &lt;code&gt;wp-cron.php&lt;/code&gt;, which was included in WP after being around as a plugin for a long time. I am not really sure if it can be used to schedule post publishing, which would be good, as the &quot;&lt;em&gt;problem&lt;/em&gt;&quot; of the &lt;strong&gt;working single-post-view&lt;/strong&gt; of the scheduled posts I wrote about wouldn&#039;t exist any more. But, I think it exists basically for scheduling maintenance tasks. When I have the time, I will search for more info about thi cron-like functionality.
Thanks for your comment. :-)
</description>
		<content:encoded><![CDATA[<p>Hi Aggelos,<br />
AFAIK, this feature refers to <code>wp-cron.php</code>, which was included in WP after being around as a plugin for a long time. I am not really sure if it can be used to schedule post publishing, which would be good, as the &#8220;<em>problem</em>&#8221; of the <strong>working single-post-view</strong> of the scheduled posts I wrote about wouldn&#8217;t exist any more. But, I think it exists basically for scheduling maintenance tasks. When I have the time, I will search for more info about thi cron-like functionality.</p>
<p>Thanks for your comment. :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorelle</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5879</link>
		<dc:creator>Lorelle</dc:creator>
		<pubDate>Fri, 02 Feb 2007 03:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5879</guid>
		<description>It&#039;s been around for a very long time. ;-) It&#039;s a great feature. Because I travel so much, I can&#039;t blog without it.</description>
		<content:encoded><![CDATA[<p>It&#8217;s been around for a very long time. ;-) It&#8217;s a great feature. Because I travel so much, I can&#8217;t blog without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aggelos Orfanakos</title>
		<link>http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5877</link>
		<dc:creator>Aggelos Orfanakos</dc:creator>
		<pubDate>Fri, 02 Feb 2007 00:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/02/02/wordpress-tip-schedule-the-publishing-of-a-post/#comment-5877</guid>
		<description>It sounds like it&#039;s a new feature. The introduction of a crontab-like functionality in WordPress 2.1 supports that. (&lt;a href=&quot;http://wordpress.org/development/2007/01/ella-21/&quot; rel=&quot;nofollow&quot;&gt;http://wordpress.org/development/2007/01/ella-21/&lt;/a&gt;, under Developer Features, 1st bullet point)</description>
		<content:encoded><![CDATA[<p>It sounds like it&#8217;s a new feature. The introduction of a crontab-like functionality in WordPress 2.1 supports that. (<a href="http://wordpress.org/development/2007/01/ella-21/" rel="nofollow">http://wordpress.org/development/2007/01/ella-21/</a>, under Developer Features, 1st bullet point)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

