Opened 8 years ago
Last modified 4 weeks ago
#43083 reviewing feature request
adding "Unlisted" type for post visibility
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Future Release | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Posts, Post Types | Keywords: | 2nd-opinion |
| Focuses: | Cc: |
Description
I think there is a good reason that WP natively supported "unlisted" posts, in addition to PUBLIC, DRAFT and PRIVATE.
Why not WP add that feature?
btw, Private is not same as "unlisted".
Change History (8)
#1
in reply to:
↑ description
@
8 years ago
- Component changed from General to Posts, Post Types
- Keywords reporter-feedback added
#2
follow-up:
↓ 3
@
8 years ago
do you know how youtube work? or google drive?
when upload a file, you have 3 options to share:
public,
unlisted,
private.
PRIVATE is type when only authorized user can see.
but unlisted, is one that you can send to anyone (without access) and can see the page.
it is good, before the page goes into production, however, want to show it to non-registered users, friends , etc.. (who is not registered and etc.. on your site).
very quick and simple method.
also, plus, the unlisted pages are not included anywhere (sitemap, front-end, archives...).
almost all major online platforms (like i said, google drive, youtube, etc..) which doesnt have that feature, and just thought WP could have that too.
#3
in reply to:
↑ 2
@
8 years ago
Replying to tazotodua:
PRIVATE is type when only authorized user can see.
but unlisted, is one that you can send to anyone (without access) and can see the page.
Thanks for the clarification, makes sense now :)
#4
@
8 years ago
I would like to add a +1 to this feature request.
I have used plugins for making a post unlisted a few times, but the ones that are around are buggy and don't work reliably. Native support for this would be fantastic (and is probably not too hard to implement).
A typical workflow where I would need this, is when asking people for a review of a not-yet-published post, when those people are not registered on the wordpress instance itself. Making a post unlisted but visible when knowing the URL would be by far the easiest solution.
This ticket was mentioned in Slack in #core by sirlouen. View the logs.
6 months ago
#7
@
6 months ago
- Keywords 2nd-opinion added
- Milestone changed from Awaiting Review to Future Release
- Owner set to SirLouen
- Status changed from new to assigned
I can also see that this looks like a nice idea. I cannot fully foresee how big of the request could be but it feels like it could require multiple changes, as most control structures are regarding the other statuses but not this one, so it will bring major breaking changes.
I've seen there is a plugin that already achieves this functionality
https://wordpress.org/plugins/unlist-posts/
Still, I truly believe it is an excellent addition to Core. In fact, I was demanding exactly this for one of those docs SaaS recently. For a system like WP that can easily act as a docs platform, goes straight to the target.
I'm going to review the plugin and give it a better second thought when I get some time. For now I will leave this as a 2nd-opinion to see what more people think about this.
It seems that already @SergeyBiryukov has liked this 👍
Replying to tazotodua:
Here's how Codex defines private content:
How would "Unlisted" be different?