Skip to content

Instantly share code, notes, and snippets.

@ShahinAhmed7
Created September 5, 2017 05:42
Show Gist options
  • Save ShahinAhmed7/86b2fcf842014b9e8c31371530067d39 to your computer and use it in GitHub Desktop.
Save ShahinAhmed7/86b2fcf842014b9e8c31371530067d39 to your computer and use it in GitHub Desktop.
if menu not found showing site page
function moderna_fallback_menu(){
echo '<ul class="nav navbar-nav">';
if ('page' != get_option('show_on_front')) {
echo '<li><a href="'. home_url() . '/">Home</a></li>';
}
wp_list_pages('title_li=');
echo '</ul>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment