-
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
No option to edit the permalink (solved by removing a few plugins one of which likely caused a conflict) #8417
Comments
Thank you for the report, @Davian007! The button sends you to the Permalinks settings page, because you need to choose a permalink setting other than "Plain" (or if you have a custom permalink setting, it needs to contain If you do have a custom permalink setting, could you please reply with it? |
I already have an adapted permalink setting What I need - and this is why I installed the classic version again - is to be able te adapt my permalink if necessary. For instance. I write a review with the following title: The Day After Tomorrow (2004) **½ Blu-ray review Since I want to use clean urls and do not want https://defilmblog.be/archive/2018/07/29/the-day-after-tomorrow-2004-½-blu-ray-review.html/ Now in the classic version, you can simple edit this with an 'edit' button |
.... and in Gutenberg you can click on the post title and the permalink appears, together with a button to edit the permalink. |
@Davian007: Thank you for the extra information, I'll do some more investigating and see what I can find. The option to edit the permalink should appear with that permalink structure (it does on my test site), so there's evidently something more complex going on. Do you have any plugins installed that you use to modify the permalink, or manage it in some way? @swissspidy: We already covered that earlier in the issue. 😉 |
Wasn't really clear, but well ;) |
Problem solved, I got rid of some plugins affecting the editor. Now I can edit the url. |
Great to hear you solved it, @Davian007! Just for our information, do you know which plugin was causing the problem? If it was a custom plugin you have, do you have a sample of the code we can use to reproduce this bug? |
I believe it was the WP Config File Editor , but I removed 2 others. Couldn't tell what effected what. |
Just so you are aware, there is a Custom HTML block that has syntax highlighting and is ideal for situations where you want to use a bunch of custom HTML that is not considered valid in other blocks. Additionally, you can often manually edit the HTML of a block using the Edit as HTML option. You can use this to do stuff like adding in Check it out! You can view the HTML inside a block without viewing the HTML of the entire post/page! Note that if you modify a block by adding attributes or content that is does not think are valid, or else simply break the HTML tags or something, the block will break and alert you that it has become invalid, prompting you to either remove the invalid content and try and convert it back into blocks (which does not always come out quite right) or convert it into a Custom HTML block. You can also just use the Undo button in the top bar of the editor to undo your breaking changes. (I think that warning text could be improved... I do not think that using the Edit as HTML option counts as "modified externally".) There are a couple issues currently where things that should be considered valid changes cause a block to become invalid. Here are a couple of open tickets regarding those issues:
You could also potentially install a plugin that adds more formatting buttons to the block toolbars to make coloring spans of inline text (and stuff like that) easier, though I am not sure if anyone has actually created a plugin that does that yet. Gutenberg is designed to be extensible and modular, like WordPress in general. If a feature appears to be missing, it may be because it was considered plugin territory, or it is still in the works and coming in a future update.
Sort of, but it goes further than that. The block system is designed to allow for more WYSIWYG content editing (its more WYSIWYG, What You See Is What You Get, if your theme styles the editor to look like the front-end), and dividing content up into... well, blocks, which allow controls to be more contextual (no need to show table controls when you are not editing a table). Additionally, the block API allows for potential standardization of various kinds of ways of adding content in WordPress. Widgets could be replaced by blocks; in the future, sidebars will become areas that you can edit with Gutenberg. Headers? Footers? Both could become areas you edit with Gutenberg in the future... all being composed of blocks. Most shortcodes would also be replaced by blocks as well. You know how current page builders all have separate, incompatible sets of modules/widgets that can only be used in their own builder? Well, what if they all used the same base APIs, and the sections, rows, and modules worked on any WordPress website? That is what the Gutenberg block API could allow for in the future. All those sections, rows, modules, and widgets could be blocks that are independent of any page builder plugin. Switching from one page builder to another would become way easier. Many page builders would simply become alternative visual interfaces that use the Gutenberg code behind-the-scenes. Page builders could be split up into smaller, more modular plugins... which is probably how they should have been in the first place. Gutenberg is starting out with a focus on being a post editor for WordPress 5.0. But it already has the foundational APIs to start being a page builder as well in the future. Eventually, it will not just be a page builder, but a template builder, and then an entire website builder. It is not necessarily designed to replace existing page builder plugins. Instead, it is designed to make them more flexible and compatible with each other. Gutenberg will provide a default visual interface, but the back-end code can be used by other plugins with their own interfaces. Gutenberg has the potential to even go beyond WordPress. The Gutenberg editor has been designed so that in the future, you could use a standalone instance of Gutenberg outside of WordPress entirely. It is possible that in the future, other content management systems could implement the basic Gutenberg block APIs, which could become a de-facto standard for content with higher-level semantics than HTML. Here is an experimental standalone instance of the Gutenberg editor. Note that it is based on a much older version of Gutenberg from March or earlier, so it is not as polished as the current version: https://github.com/youknowriad/standalone-gutenberg I recommend checking out the Gutenberg handbook for more info: |
I want to be able to edit the link of my posts, this is not possible here. There is a button that sends you to the permalink page, but this is totally useless.
The text was updated successfully, but these errors were encountered: