you would have to do something like this
<?php wp_nav_menu( array( 'sort_column' => 'menu_order', 'container_class' => 'menu-header' ) ); ?>
The container class you can change your class add more class
Related Posts:
- HowTo: Add Class to Sidebar Widget List-Items
- Can I create my own “Recent Posts” widget or customize the existing one?
- How to store widget fields data as an array?
- Adding a div to wrap widget content after the widget title
- What is the difference between wp_register_sidebar_widget and register_widget?
- How to enqueue script if widget is displayed on page?
- How to modify an image block in Gutenberg WordPress 5?
- Are the WordPress Core CSS styles really all nessesary?
- Call dynamic_sidebar but include/exclude named widgets?
- Should I use set_transient or update_option?
- What is the problem if I use CDN in my WordPress parent theme(built using bootstrap)?
- register_sidebar ignores ‘id’ and ‘class’
- How wp_cache is supposed to work, and does it help with performance?
- Excess White Space Above Admin Bar on Frontend Using Twitter Bootstrap
- How to determine the current widget’s parent container (sidebar widget id)
- Adding widgets programatically: how to avoid collisions?
- Add class to before_widget for all widgets with a dropdown and a counter
- Enabling Widgets By Default in Custom Theme Development
- use add_action(‘wp_head’) in a widget for generating dynamic CSS styles
- Registering Sidebars and Sidebar Widgets. Sidebar Widgets Not Displaying
- File included into functions.php via require_once() won’t echo?
- Adding inline styles from a widget
- modify a output of a widget
- Context aware widgets. My work in progress
- How to determine which sidebar the widget has been added to, via widget admin?
- How can I add an incremental class identifier to my sidebar widgets?
- Should use widgets in this case?
- Enabling Default Widgets in a Custom Theme
- how to create theme based widget that can be drop in sider bar or footer
- How to add a text widget during theme activation
- Adding WordPress colorpicker in widget settings
- How to add multiple custom widget areas
- Why use while over if in single wordpress posts?
- How do I display the “Archives” widget layout (sidebar) in WordPress by ‘year’ then by ‘months’?
- customizing the_password_form filter
- Is it a good idea to make whole theme widgetized?
- Theme Customizer – Choose where widget area appears, to let users organise widgets
- Add tinymce to widget textareas
- How to determine which registered sidebar area a custom widget is loaded into
- Widgets with groups / sub widgets? Widget in a widget?
- How i can get widgets areas working in customizer?
- How to determine if post has widget content?
- searchform.php override not working
- Custom Theme Bootstrap
- Widget items disappearing
- How can i initialize a widgetized sidebar (with widgets)
- How do you force a sidebar widget to have a container div around all child widgets?
- Add widgets to available widgets section without changing the theme?
- Developing WordPress Theme using CSS framework like Bootstrap
- Custom Widget options in theme
- Can I have a widget and sidebars in custom theme?
- Can’t work out why widget contents disappear from admin
- Disable dashboard drag&drop
- How to check if a WordPress core block is active in sidebar
- Show notice just below the search form on the themes page
- approach to pass additional parameter in post URL
- Save Widget State Between Theme Swaps?
- Bootstrap card columns change images size
- WP_bootstrap_Navwalker_issue [closed]
- “Add A Widget” button in the Customizer
- $this->get_field_id() not working in customizer
- Displaying details of a post in a sidebar
- How do i place same widgets multiple time by default on theme activation?
- Widget Option is Missing
- How to use widget in a widget-less WordPress theme?
- How can I develop multiple widgets for a WordPress theme?
- Is it acceptable for a WordPress theme to not accept widgets?
- Register sidebar ‘before’ and ‘after’ html as div rather than li tags
- How to create first post, fifth post full width, rest in three columns and so on
- Javascipt issue on custom theme
- Second menu has the first menu ID
- How can I specify that an area of my theme contains widgets?
- How to include a file only on dashboard widgets page?
- How can I hard code my sidebar?
- How to style bootstrap container in wordpress theme?
- What is the best way to build home pages with a lot of sections for distributable themes [closed]
- is using the_posts_navigation() required?
- Adding Bootstrap to WordPress TwentySixteen Theme
- Bootstrap grid system is not working in my WordPress theme
- Full width featured thumbnail
- Allow different tags in widget titles
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- How to create a WP theme that use BootStrap? [closed]
- Remove/Hide a Widget on a Custom Template
- How to hide custom sidebar on mobile
- Unable to add widgets to sidebars in custom theme
- I don’t think WordPress is loading jquery or bootstrap js
- Available widgets is not showing up?
- Text widget is placing everything side by side. I want to post it above
- How do I keep my iframes responsive and scaled to fit their container?
- change background image on scroll
- two col layout bootstrap 4 with one fixed col and fade in effect on image
- is_active_sidebar() problem
- Display problems in admin dashboard when creating a new theme from scratch
- style.css not being rendered in browser
- wordpress thumbnail onclick then modal will come out
- Full width thumbnail
- Create new sidebars trough admin post/page metabox
- Code for creating three vertical columns in WordPress Bootstrap theme
- Best strategy for providing theme options using customizer