I am trying to: add a new page to the navigation menu, but none of the new pages that I've created appear in either the "Pages" section or "Posts" section. This seems like something small, and simple, but it's not working for me.
Link to a page where the issue can be seen: see attached screenshot.
I expected to see: the list of pages that I've added.
Instead, I got: only the single native WordPress page type "Temp Homepage" that I'd created for the static homepage.
Dear Joseph,
I assume we are talking about the custom post type "subpage", in your screenshot:
hidden link
If the custom post type "subpage" is created with Types plugin, please edit it:
enable option "show_in_nav_menus", and test again.
More help:
https://codex.wordpress.org/Function_Reference/register_post_type#show_in_nav_menus
(boolean) (optional) Whether post_type is available for selection in navigation menus.
Default: value of public argument
Thanks for your reply. The "Subpages" post type already had "show_in_nav_menus" enabled. Please see the screenshot.
It is abnormal, please check these:
1) We need to know if there is any compatibility problem in your website, you can deactivate other plugins and switch to wordpress default theme, and test again
2) If the problem still persists, please provide a database dump file of your website(ZIP file) in below "private detail box", I need to duplicate same problem and debug it in my localhost, thanks
Hi, I posted this question in the paid support forum and someone resolved the issue. Apologies for not notifying you sooner.
The issue was that the page type was deselected in the Screen Options. That was all!
Thanks again.