Menu Limitations
It shouldn;’t be so hard. All you have to do is to use wp_get_nav_menu_items filter. This will add 10 posts to submenu of item which title is equal to ”. function insert_my_posts_to_menu( $items, $menu, $args ) { $menu_order = count($items); $child_items = array(); foreach ( $items as &$item ) { if ( $item->title != ‘<SOME … Read more