wp_list_categories in in nav_menu
I have a website and I want to add automatically categories to my menu. I mean when I create new category it should appear in my menu. How I can make it?
?php wp_nav_menu( array( 'theme_location' = 'header', 'container' = '' ) ); ?
Home | Categories | Contact
category1
category2
category3
Topic automation categories menus Wordpress
Category Web