Viewing 1 reply thread
  • Author
    Posts
    • #6690
      thor
      Member

      WordPress’ post types include navigation menu (Post Type: ‘nav_menu_item’).
      I know I can add these “single menu items” like this:
      piklist(‘field’, array(
      ‘type’ => ‘post-relate’
      ,’scope’ => ‘nav_menu_item’
      ,’template’ => ‘field’
      ));

      This gives me all menu posts (single menu items)…

      But how can I get each menu (e.g. the whole menu system, not only items) instead?

    • #6733
      thor
      Member
Viewing 1 reply thread
  • You must be logged in to reply to this topic.