-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Permalinks: cannot define post/page permalink until after clicking Save Draft #7129
Comments
I agree, and miss the ability to enter a permalink too. I also wonder if permalink shouldn't be put in the sidebar under document, instead of hanging above the title. When starting with Gutenberg I was looking for the permalink (when it couldn't yet be edited), and it took some time to find it hovering above the title since intuitively I expected it to be part of the document attributes. |
This persists through 3.1.1. |
Yes! I also noticed this issue. It has not been resolved in the latest version 3.3.0. The team should indeed work on this. |
Just tested on current master and seems to me there's one more, serious, issue. The Permalink UI is hidden by default so it's hard to see what's going on. Users may think the behavior is consistent with the one they're used to in the Classic Editor, while it's not. There's a different behavior when saving manually and when autosave kicks in. To reproduce:
The permalink is created correctly, accordingly to what is set under Settings > Permalinks However, when you don't save manually and "just write" leaving the autosave do its job, things work differently:
The permalink is not correct and it's just the "plain" numeric one. My permalink setting is set to "Post name" and I'd expect the generated permalink to be based on the post name. Also, the button "Change Permalinks" shouldn't be displayed: it should appear only when the permalinks are set to "Plain". As I see it, this should be labelled as a bug and, well, fixed 🙂 |
Adding to 5.0.1 as it has a proposal to review. |
still have to rewrite the permlink name through quick edit or somewhere else instead of the editor panel? |
Just tested on WP latest trunk, following the steps from #7129 (comment) (September 1st) and this is still an issue. More than 6 months have passed since this was originally reported, I'd recommend to give it some higher priority. /Cc @youknowriad |
I feel this should really be a High Priority issue. Allowing posts to be published with these terrible URLs even though permalink settings are explicitly the opposite is really bad. There must be ten of thousands of regular bloggers who don't use the "Save Draft" function and are unknowingly publishing their posts with these terrible permalinks. Sure, the permalink can be updated - BUT once a post goes live and is pushed out to Pingomatic (and search engines), RSS, Email Notifications, Social Media, etc it is a significant problem for the success of the post (marketing, sharing, and seo wise) to change the URL after the fact. Search engines have the wrong URL and have to recrawl (hopefully with a redirect, but who know) sitemaps have to be regenerated, social share counts or retweets are reset. Post Email notifications with the original link may not work. The list goes on. Several non-technical bloggers that I support have had exactly this problem for exactly this reason. I am having to try to retrain them to manually edit the permalink (they shouldn't have to). As mentioned above, especially because of Gutenberg presenting itself as "just write". This is a significant regression and should be moved up the priority list. |
@SenorFusion Just want to clarify that it still auto-generates the permalink based on the permalink settings at the time of publishing. So it's not publishing with a You just can't see what the permalink will be and edit it until you execute a manual save or publish. |
Has anyone got a workaround or solution for this yet? |
If site editors don't tend to save drafts, but instead publish, then edit the permalink and hit Update, there's an additional problem - the postmeta table gets cluttered up with |
That's a feature of WordPress though in order to redirect old permalinks to new ones. |
Sure, and it's helpful when you're changing old permalinks, but frustrating when people are simply wanting to set the permalink to the desired slug in the first place, and they can't without saving a draft or publishing. I'm not saying to remove this functionality, just that the issue - not being able to set a permalink before saving - causes unintended side effects. :) |
I'm a very experienced WordPress user and it took me more than 1 minute to find out that I need to save my post in order to get the option to change the permalink. This is a no go and should be fixed with very high priority! |
Permalink changing is a serious issue for us. Because of that, we are still using classic editor. We have a non-english website, and we publish an average 40 posts per day. For all posts, we need to change the URL manulayy. So give us something better. At least an option change the URL before manually saving the draft. |
Is this intended behavior?:
After creating a new post/page, it's not possible to assign a custom permalink before first saving it.
Is that the intended behavior?
Seems like the "Edit Permalink" button should be available, even before saving.
???
The text was updated successfully, but these errors were encountered: