Reputation: 1859
I am using wp nav menu to add menus in my wordpress website.<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
. I have a category named Events
. I need to include this category in wp nav menu. How can i do that?
Upvotes: 0
Views: 2961
Reputation: 1492
Upvotes: 3