Skip to content

Instantly share code, notes, and snippets.

@delowardev
Created December 15, 2016 05:09
Show Gist options
  • Save delowardev/1473e379a1e452310f25e58f7598ccd7 to your computer and use it in GitHub Desktop.
Save delowardev/1473e379a1e452310f25e58f7598ccd7 to your computer and use it in GitHub Desktop.
function wpj_default_menu() {
echo '<ul id="dropmenu">';
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