• I’ve enabled the Gutenberg editor for a custom post type by setting show_in_rest to true and enabling the editor:

    "supports" => array("title", "editor")

    While the Gutenberg editor is enabled, there doesn’t seem to be any way to edit the permalink. Hovering over the title block doesn’t reveal the permalink popup, and the block box on the right is blank. My suspicion is that the tile is not recognised as a true “title” block (like a regular post or page).

    Any suggestions?

    • This topic was modified 7 years, 5 months ago by andy14.
    • This topic was modified 7 years, 5 months ago by andy14.
Viewing 1 replies (of 1 total)
  • Your custom post type needs to be registered with both public and publicly_queryable set to true. This was the case in previous versions of WP, too.

    • This reply was modified 7 years, 4 months ago by Corey Salzano.
Viewing 1 replies (of 1 total)

The topic ‘Editing permalink for custom post type’ is closed to new replies.