-
Notifications
You must be signed in to change notification settings - Fork 191
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
Parent page not shown in admin interface for API created pages #415
Comments
I suggest you mention that manually created pages do show up and that their GUID differs :-) |
Okay this just happened: I manually insert a page via the DB and marked the parent to be e.g. page 1 (API created). Now all the other pages (API created) show the correct parent and all the other pages in the dropdown. 😲 (I truncate the table, inserted the pages again with the API. Same bug. Added a page manually via the DB: worked again) |
I create nested pages (parent/child structure) with the help of the API. Inside the DB I can see all my created pages with the correct parentID. However, this is not shown in the Parent Attributes box in the Wordpress UI (admin interface / pages).
Screenshots provided: In the first one you can see that it's a child post (---). The second screenshot shows the parent attributes box: "no parent". Third screenshot show the DB with the same element and the correct parentID.
I create these pages likes this:
The text was updated successfully, but these errors were encountered: