Skip to content

Add support for auto adding menu item for post type added by scaffold #7

@WybeBosch

Description

@WybeBosch

https://developer.wordpress.org/cli/commands/menu/item/

# Option1:Add an existing post to an existing menu
$ wp menu item add-post sidebar-menu 33 --title="Custom Test Post"
Success: Menu item added.

# Option2:Create a new menu link item
$ wp menu item add-custom sidebar-menu Apple http://apple.com
Success: Menu item added.

# Example on how to Delete menu item
$ wp menu item delete 45
Success: Deleted 1 of 1 menu items.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions