You should hook it like this :
function customwidget_init()
{
$args = array(
'name' => __( 'Main Navigation', 'theme_text_domain' ),
'id' => 'sidebar-navigation',
'description' => 'Main Navigation Container',
'class' => '',
'before_widget' => '<div>',
'after_widget' => '</div>',
'before_title' => '<h2 class="widgettitle">',
'after_title' => '</h2>' );
register_sidebar( $args );
}
add_action( 'widgets_init', 'customwidget_init');
see Codex description
Related Posts:
- How to modify navigation menu of the “My Account” page in WooCommerce
- Custom ID for certain menu item?
- Add data-icon input to WordPress custom menu links
- Show current navigation path from menu
- How to get a different mobile menu than desktop menu in the twentytwelve child theme
- How to highlight the right item in the navbar
- Bar separated navigation by extending Walker_Nav_Menu
- Add class to active top level (grandparent) menu item
- How to get Menu Navigation Labels to output HTML
- custom menu not found
- Number of items in a menu
- wp_nav_menu doesn’t generate parent/ancestor classes
- How to add text before WordPress menu item href
- Add an extra field to the navigation menu box?
- How do i style the current menu anchor link’s parent anchor link? [closed]
- Does the menu item ID ever change?
- Hide and show menu subpages
- How to add a parameter to links in the nav menu?
- Benefits of using Nav Walker?
- Use walker for specific menu, or avoid use of walker
- Change where navigation bar links?
- Page-Linking Structure
- has_children in custom nav_walker
- How to have custom menu Item CSS Classes for wp_page_menu() or wp_list_pages()
- How to fix “Supplied nav_menu_item value missing property” after update to WordPress 5.0
- wp_nav_menu including Skype URL
- How to have two menus using Bootstrap nav walker?
- Change an li class name in a wordpress custom menu walker
- Separator for custom nav menu
- How do I add recent posts to the menu?
- Conditional secondary menus
- Making a navigation header menu with bulma, need some advice
- How to have the Header show different content on different pages?
- Determine the last child of the parent menu WP Nav Walker
- Nav and logo loading each time causing menu to move JointsWP – Foundation 6
- Navigation doesn’t render when wp is hosted
- Does is_child() exist in wp 3.5.1?
- Using _s theme, menu changes do not affect header menu
- Add span in top menu item with nested itens
- Show children (sub-navigation) of active menu item only
- Menu Arrow for Child Element
- Adding an external link to wordpress menu
- Add a counter beside menu item label
- set certain item in nav walker to active when on archive pages or singles
- wp_nav_menu() | Outputting my own custom code using built in features
- Remove a class from a using Walker
- The cart, checkout, and shop links not getting removed
- Twenty Fifteen: Change navigation menu behavior
- Switch an entire nav menu if user is logged in
- wp_bootstrap_navwalker Fatal Error
- WordPress functions.php does not affect the theme menus
- Display Menu Navigation Label
- Menu is not displaying on the site navigation [closed]
- Odd spacing in Navigation Bar [closed]
- wp_list_pages Hierarchical Help
- How to avoid the and which added when custon menu widget is used
- Wp Nav Menu div containers
- Add pages content to startpage through custom menu
- Costum walker with sub menu item count
- Updated WordPress, now Navigation is Messed Up
- How to change how WordPress renders navigation menu on Block Themes
- Problem with links once in portfolio item
- Possible to append class to nav menu added to widget area?
- need help in wordpress navbar setup
- url_to_postid method in walker_nav navigation menu causing exceptionally high TTFB
- Add Different Class on Different Ul in twenty-twentyone theme
- Get Each Menu Nav Label of Menus in HTML tag
- wp_nav_menu container style args
- Can I now add a class in the anchor of my menu item with WordPress 5.4?
- How can I click the parent menu then redirect to a special URL?
- How do I display menu in header without loosing styles?
- Adding additional html to the end of the root level in a custom nav walker
- Navbar is hidden behind carousel when using wp-boostrap-navwalker
- Navigation bar is on live site but nothing under menu so can’t add in a page
- display cart information within li of cart menu item
- Show thumbnail to category items in wp_nav_menu(), how?
- Add data-track to links in menu
- Conditional Nav Menu Inside Nav Menu Across Multisite Sites
- Is it possible to seperate wordpress menu by different div?
- How to add odd and even classes to all nav links through walker?
- Output sort number in wp menu list item?
- Check in walker if current page is descendant
- Active page link not getting class assigned
- Customize Walker_nav_menu to show posts if item is category
- Menu not always using correct link
- Replace Menu Item with Logged in username
- Where these arguments are defined?
- Second tier sidebar navigation
- Add custom ID to wp_nav_menu list items
- Show All Children of WordPress Menu
- How to make an anchored page in a navigation menu tab
- Creating an accordion style menu
- How can I structure my pseudo footer nav code with wordpress codex code?
- Two Homes In Navigation Menu
- How to set menu Display location
- How to add a class directly on a unordered list element that is a primary navigation
- How do I programatically remove Menus?
- Displaying a Custom Avatar in WP Bootstrap Navwalker Menus in WordPress
- Is there a way to make it so that I don’t get a hamburger menu, but rather a desktop style nav, when resizing to a mobile size
- Give custom class names to WP nav sub-menu