Thread Starter
seagyn
(@seags)
Any help with this.
I can’t get any custom menus working even on a brand new install locally and online. The arguments for wp_nav_menu are not working either. Sounds like a royal F up to me.
Thread Starter
seagyn
(@seags)
I am even trying this:
add_action('after_setup_theme', 'register_custom_menus');
function register_custom_menus() {
register_nav_menus(array(
'main' => __('Main Menu')
));
}
Thread Starter
seagyn
(@seags)
OMG. Fail. Ok so I realised that it was doing it but it does not create the menu it just creates the position.
Is there anyway to create a menu so that all you have to do is add pages/categories/links?