It is all in the sidebar http://prntscr.com/ltqfa6, if you do not see it there may be a plugin/theme conflict.
Try disabling all plugins and switching to default Twenty* theme
Thanks @jaycbrf, I deactivated EVERY plugin and switched to the latest Twenty theme. Nothing changed. Still no Categories or Tags in the Document Panel.
Both @jaycbrf. Although we rarely create new Pages so not a big deal. Posts we do about 10 a day, so it’s frustrating to have to save the post and come back into All Posts to Quick Edit the post to add Categories/Tags.
I suspect a plugin conflict or theme error. Disable all plugins and see if it helps, do the same for the theme.
hey @jaycbrf, that’s what I already tried. Deactivated ALL plugins and used the new Twenty theme too. No such luck in fixing this issue.
Having the same issue. I created custom taxonomies in functions.php for Pages. They show in the admin left sidebar/ But when editing page, they are not seen on right sidebar document panel.
Edit: Found the solution…
You have to add ‘show_in_rest’ => true,’ to the $args array
-
This reply was modified 5 years, 11 months ago by overspeed99.
-
This reply was modified 5 years, 11 months ago by overspeed99.
@overspeed99, can you say a bit more about that? I’m dealing with this same issue.
Which functions.php
—for a theme or the one in wp-includes
? Which $args
array in which function in there?
Thanks!
wlonk, see: https://codex.wordpress.org/Function_Reference/register_taxonomy
Using this guide, I created my own taxonomies for Pages. But when I added this code to functions.php in theme, the categories would not show up when editing pages. The command I noted above needs to be added to the example. When added, categories are selectable when editing.