-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
I really like this! I'm getting started with WordPress plugin development, and this has been really helpful. My issue may be unique and not a typical use case, but here is what I'm trying to accomplish:
- Plugin Menu Name
-- Settings
-- Another Option
You can see that above I'm trying to create the initial page for my plugin. That page has all of my sections, fields, etc., set on it. I added a sub-page to the plugin, and it automatically made a sub-page above it that has the same name as the menu:
- Plugin Menu Name
-- Plugin Menu Name
-- Another Option
What I would like to do is rename the first sub-page to be called "Settings." I've seen a lot of plugins do it this way, and I wanted to mimic that. The slug between "Settings" and "Plugin Menu Name" should be the same.
Is this possible?."
Metadata
Metadata
Assignees
Labels
No labels