mirror of
https://gh.wpcy.net/https://github.com/wp-cli/handbook.git
synced 2026-05-12 21:37:38 +08:00
459 B
459 B
wp menu item
List, add, and delete items associated with a menu.
EXAMPLES
# Add an existing post to an existing menu
$ wp menu item add-post sidebar-menu 33 --title="Custom Test Post"
Success: Menu item added.
# Create a new menu link item
$ wp menu item add-custom sidebar-menu Apple http://apple.com
Success: Menu item added.
# Delete menu item
$ wp menu item delete 45
Success: Deleted 1 of 1 menu items.