is it possible to show the latest posts only in a specific menu?
This is my menu:
register_nav_menus(array(
'primary' => __('Primary Navigation', 'gonzo'),
'mobile' => __('Mobile Navigation', 'gonzo'),
'copyright' => __('Footer Copyright Menu', 'gonzo'),
'toplevel' => __('Top Secondary Menu', 'gonzo')
));
I want to show it only in “primary” menu.
Thanks 😉
Yes, this is possible:
Source: Display Latest Posts In Menu Item