<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>WordPress Ideas &#187; Topic: Auto expire/unpublish time for posts</title>
		<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts</link>
		<description>WordPress Ideas &#187; Topic: Auto expire/unpublish time for posts</description>
		<language>en-US</language>
		<pubDate>Mon, 12 Jun 2017 01:39:25 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="https://wordpress.org/ideas/rss/topic/auto-expireunpublish-time-for-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>starapple on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/6#post-31620</link>
			<pubDate>Thu, 16 Mar 2017 13:08:55 +0000</pubDate>
			<dc:creator>starapple</dc:creator>
			<guid isPermaLink="false">31620@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Now that WordPress has gone beyond being only a blogging platform, there are many scenarios where a user might want to unpublish something.</p>
<p>With galleries and shops in particular, I can see the need for an item to expire.</p>
<p>The thing is, with WordPress being opensource, and with the feature being able to be implemented, it may be that it is really something to occupy those with the technical competence to use when they see fit and the not-so-competent to use a plugin.</p>
<p>I've read where it can be implemented via metadata so it doesn't seem we need to expand core to 20 MB (isn't it that already?) and include Jquery and Node.js.</p>
<p>Maybe it's just a matter of locating the correct documentation more easily.
</p>]]></description>
					</item>
		<item>
			<title>compusolver on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-31420</link>
			<pubDate>Sun, 05 Feb 2017 16:59:36 +0000</pubDate>
			<dc:creator>compusolver</dc:creator>
			<guid isPermaLink="false">31420@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Anyone who sets an unpublish time for a page or post linked via menu (rather than just in a category list), sort of deserves what they get!  :)</p>
<p>I'm trying "Gtuk Unpublish Posts" (plugin) and so far, so good.  Haven't had anything due for unpublish yet, but all should go well.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-31419</link>
			<pubDate>Sun, 05 Feb 2017 16:23:14 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31419@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>My point is someone who cares a lot about this needs to come up with the plan of attack.</p>
<p>You don't get to tell the devs to make something happen, they're not your employees. They work on what they care deeply about, what inspires them, and what they want to. It's the way of Open Source :) So if you can't do it, you have to look around for someone else who shares your passion and can.
</p>]]></description>
					</item>
		<item>
			<title>semrocc on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-31415</link>
			<pubDate>Sun, 05 Feb 2017 06:30:00 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">31415@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Sounds like WP development teams needs to get busy coming up with a "plan of attack".</p>
<p>Many scenarios warrant a post expiration...let's make it happen in 2017!
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-31405</link>
			<pubDate>Sun, 05 Feb 2017 03:37:18 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">31405@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>I read <a href="https://docs.joomla.org/Scheduling_an_Article_to_be_available_only_between_certain_dates" rel="nofollow">https://docs.joomla.org/Scheduling_an_Article_to_be_available_only_between_certain_dates</a></p>
<p>They have some issues which would cause problems in WP based on current expectations.</p>
<p>* Menus pointing to the post aren't corrected<br />
* Sometimes the articles still show - <a href="https://forum.joomla.org/viewtopic.php?t=600418" rel="nofollow">https://forum.joomla.org/viewtopic.php?t=600418</a><br />
* What 'error' page do people see? (This seems ... vague)</p>
<p>It isn't so much bloat as it is making proper decisions. Again, it has to be decided what happens when a post is unscheduled.</p>
<p>* Who should see it? (Joomla says anyone who has access to see it when logged in, so for WP that would be the author, editors, and admins)<br />
* What should NON logged in people see? A 'this post has been removed' or a 404 or what?<br />
* What should logged in people see to understand the post is 'hidden'?<br />
* How do we address menus? (probably the same way we handle them now - when pages vanish, the menu items are removed).</p>
<p>We can make hooks for unpublish, same as we do for publish, to allow plugins to flush caches etc, but remember that wp-cron is not a silver bullet for a lot of people :) You would end up with people visiting the site and hitting the page either on the unpublished moment or shortly there-after and that would trigger the unpubishing. Which means they would see the page that shouldn't be for longer than you want.</p>
<p>Not insurmountable, just someone needs to come up with a proper plan of attack vs just saying 'We need this thing!' :)
</p>]]></description>
					</item>
		<item>
			<title>compusolver on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-31403</link>
			<pubDate>Sat, 04 Feb 2017 14:47:18 +0000</pubDate>
			<dc:creator>compusolver</dc:creator>
			<guid isPermaLink="false">31403@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Joomla offers auto-unpublish in its core.  If done via cron, it wouldn't be "bloat" insofar as affecting display times.
</p>]]></description>
					</item>
		<item>
			<title>semrocc on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-28768</link>
			<pubDate>Tue, 25 Aug 2015 02:43:01 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">28768@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>Let's check back in 10 years and see where things are at ;)
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-28767</link>
			<pubDate>Tue, 25 Aug 2015 01:18:02 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">28767@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>"Never" is not the right term. "Not at this time" is the right phrase.
</p>]]></description>
					</item>
		<item>
			<title>semrocc on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-28766</link>
			<pubDate>Tue, 25 Aug 2015 00:48:53 +0000</pubDate>
			<dc:creator>semrocc</dc:creator>
			<guid isPermaLink="false">28766@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<blockquote><p>
This is like moving into a new house and finding there are no shower curtain rods. That's annoying but understandable.</p></blockquote>
<p>I would agree with that. I would also say that not having post expiration as a core WP function is annoying, but in this case...not understandable.</p>
<p>Obviously this will never happen and I can certainly continue to use a plugin to accomplish this basic function that should be core...though I very often scratch my head and wonder why.
</p>]]></description>
					</item>
		<item>
			<title>Ipstenu (Mika Epstein) on "Auto expire/unpublish time for posts"</title>
			<link>https://wordpress.org/ideas/topic/auto-expireunpublish-time-for-posts/page/5#post-28765</link>
			<pubDate>Tue, 25 Aug 2015 00:18:52 +0000</pubDate>
			<dc:creator>Ipstenu (Mika Epstein)</dc:creator>
			<guid isPermaLink="false">28765@https://wordpress.org/ideas/</guid>
			<description><![CDATA[<p>semrocc  - If you're looking for chocolate, you're already looking for chocolate.</p>
<p>No analogy is perfect, not even yours.</p>
<p>This is like moving into a new house and finding there are no shower curtain rods. That's annoying but understandable.
</p>]]></description>
					</item>

	</channel>
</rss>
