Skip to content

Instantly share code, notes, and snippets.

@philiparthurmoore
Created January 29, 2013 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philiparthurmoore/4665142 to your computer and use it in GitHub Desktop.
Save philiparthurmoore/4665142 to your computer and use it in GitHub Desktop.
Run an ack for "wp_nav_menu\( a" to gather information on how menus are being used in public WordPress.com themes. See: http://make.wordpress.org/core/2013/01/29/menus-office-hours-recap-jan-28/
fauna/header.php:51: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'fauna_page_menu' ) ); ?>
spectrum/header.php:51: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'spectrum_page_menu' ) ); ?>
delicacy/header.php:40: wp_nav_menu( array(
next-saturday/header.php:41: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary', 'fallback_cb' => '' ) ); ?>
ocean-mist/header.php:32: <?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'pagetabs', 'theme_location' => 'primary', 'fallback_cb' => 'oceanmist_page_menu' ) ); ?>
bouquet/header.php:70: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
neo-sapien-05/top-menu.php:4:<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'neosapien_page_menu' ) ); ?>
daydream/header.php:106: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'daydream_page_menu' ) ); ?>
oulipo/header.php:47: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'menu-wrap' ) ); ?>
freshy/header.php:43: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_class' => 'menu custom-menu primary', 'fallback_cb' => 'freshy_page_menu' ) ); ?>
minileven/header.php:57: wp_nav_menu( array( 'theme_location' => 'primary', 'menu' => $menu_id ) );
minileven/header.php:59: wp_nav_menu( array( 'theme_location' => 'primary' ) );
elegant-grunge/header.php:32: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container' => '', 'menu_class' => 'menu-header' ) ); ?>
oxygen/sidebar-primary.php:14: <?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
oxygen/footer.php:31: <?php wp_nav_menu( array( 'theme_location' => 'tertiary', 'depth' => 1 ) ); ?>
oxygen/header.php:71: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
hatch/header.php:63: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
splendio/header.php:67: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
confit/header.php:53: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
mixfolio/header.php:53: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => 2 ) ); ?>
origin/header.php:50: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => '3', 'container_class' => 'menu', 'menu_id' => 'menu-primary-items' ) ); ?>
tarski/header.php:48: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'tarski_page_menu' ) ); ?>
chaostheory/header.php:56: <?php wp_nav_menu( array( 'container' => 'div', 'container_id' => 'globalnav', 'theme_location' => 'primary', 'menu_id' => 'menu', 'fallback_cb' => 'chaostheory_globalnav' ) ); ?>
runo-lite/header.php:65: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
simpla/footer.php:3:<?php wp_nav_menu( array( 'container_id' => 'secondary', 'container_class' => 'nav', 'theme_location' => 'secondary', 'fallback_cb' => false ) ); ?>
simpla/header.php:23: <?php wp_nav_menu( array( 'container_id' => 'nav', 'container_class' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => false ) ); ?>
timepiece/header.php:51: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
springloaded/header.php:35:<?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'navigation', 'fallback_cb' => 'springloaded_page_menu' ) ); ?>
academica/footer.php:11: <?php wp_nav_menu( array( 'container' => false, 'depth' => 1, 'theme_location' => 'footer', 'fallback_cb' => false ) ); ?>
academica/header.php:22: <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'menuhead', 'theme_location' => 'primary' ) ); ?>
book-lite/header.php:33: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
clean-home/header.php:32: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'cleanhome_page_menu' ) ); ?>
extinct/cutline/header.php:21: <?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'nav', 'theme_location' => 'primary', 'fallback_cb' => 'cutline_page_menu' ) ); ?>
skeptical/header.php:55: <?php wp_nav_menu( array( 'container' => 'ul', 'menu_id' => 'main-nav', 'menu_class' => 'nav fl', 'theme_location' => 'primary', 'fallback_cb' => 'skeptical_page_menu' ) ); ?>
vertigo/footer.php:11: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
iceburgg/header.php:33: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'iceburgg_page_menu' ) ); ?>
brand-new-day/sidebar.php:15: <?php wp_nav_menu( array( 'theme_location' => 'main' ) ); ?>
dev/hero/header.php:48: <?php $navcheck = wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary', 'menu_class' => 'nav' ,'fallback_cb' => '', 'echo' => false ) ); ?>
twentyeleven/header.php:119: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
blissful-blog/header.php:49: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
light/header.php:29: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_class' => 'navigation menu', 'fallback_cb' => 'light_page_menu' ) ); ?>
skylark/header.php:63: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
under-the-influence/header.php:176: <?php wp_nav_menu( array( 'container' => '', 'theme_location' => 'primary', 'fallback_cb' => 'uti_page_menu' ) ); ?>
koi/header.php:29: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => 'koi_page_menu' ) ); ?>
andrea/header.php:27: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary' ) ); ?>
strange-little-town/header.php:23: <?php wp_nav_menu( array(
silesia/header.php:43: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
shaan/footer.php:13: <?php wp_nav_menu( array(
shaan/header.php:19: <?php wp_nav_menu( array(
ideation-and-intent/header.php:64: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
neutra/header.php:31: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'neutra_page_menu' ) ); ?>
k2/header.php:22: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'sort_column' => 'menu_order', 'menu_id' => 'nav' ) ); ?>
grisaille/header.php:63: <?php wp_nav_menu( array(
quintus/header.php:42: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
modularity-lite/header.php:46: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'main-nav' ) ); ?>
comet/header.php:31: wp_nav_menu( array(
comet/header.php:61: wp_nav_menu( array(
liquorice/header.php:60: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
dusk-to-dawn/sidebar.php:11: <?php wp_nav_menu( array( 'theme_location' => 'sidebar-menu' ) ); ?>
andreas09/header.php:40: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'andreas09_page_menu' ) ); ?>
pilcrow/header.php:76: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
my-life/footer.php:28: <?php wp_nav_menu( array( 'theme_location' => 'subsidiary', 'depth' => '1', 'fallback_cb' => false ) ); ?>
my-life/header.php:33: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
my-life/header.php:54: <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'fallback_cb' => false ) ); ?>
able/footer.php:21: <?php wp_nav_menu( array( 'theme_location' => 'footer', 'depth' => 1 ) ); ?>
able/header.php:51: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
autofocus/header.php:48: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_id' => 'access', 'menu_id' => 'menu' ) ); ?>
the-columnist/index.php:38: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
the-columnist/search.php:37: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
the-columnist/archive.php:69: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
digg3/header.php:24: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'digg3_page_menu' ) ); ?>
manifest/header.php:43: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'depth' => 2, 'fallback_cb' => 'manifest_page_menu' ) ); ?>
unsleepable/header.php:40: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'menu', 'fallback_cb' => 'unsleepable_page_menu' ) ); ?>
rounded/header.php:38: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'rounded_page_menu' ) ); ?>
sight/header.php:67: <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'depth' => '1', 'fallback_cb' => false ) ); ?>
sight/header.php:76: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
chaoticsoul/header.php:36: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'menu clearfix' ) ); ?>
widely/header.php:37: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
chateau/header.php:43: wp_nav_menu( array( 'theme_location' => 'primary', 'container' => '', 'menu_class' => 'menu clear-fix' ) );
beach/header.php:56: <?php wp_nav_menu( array( 'theme_location' => 'secondary' ) ); ?>
beach/header.php:67: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
dark-wood/header.php:34: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'darkwood_page_menu' ) ); ?>
notepad/header.php:58: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
fadtastic/header.php:36: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'fadtastic_page_menu' ) ); ?>
yoko/header.php:23: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
yoko/header.php:44: <?php wp_nav_menu( array( 'theme_location' => 'sub_menu' ) ); ?>
vintage-camera/footer.php:35: <?php wp_nav_menu( array( 'container_id' => 'header-menu', 'theme_location' => 'headermenu' ) ); ?>
regulus/header.php:79: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'nav', 'fallback_cb' => 'regulus_page_menu' ) ); ?>
cheer/header.php:67: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
nishita/header.php:75: wp_nav_menu( array( 'theme_location' => 'primary', 'container' => false, 'menu_id' => 'nav' ) );
structure/header.php:99: wp_nav_menu( array( 'container_class' => 'navbar', 'menu_class' => 'ot-menu', 'theme_location' => 'primary' ) );
ambiru/header.php:25: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'ambiru_page_menu' ) ); ?>
balloons/header.php:57: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
bonpress/sidebar.php:21: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
mystique/header.php:56: <?php wp_nav_menu( array( 'container' => 'false', 'theme_location' => 'primary' ) ); ?>
andreas04/header.php:24: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'andreas04_page_menu' ) ); ?>
choco/header.php:43: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary') ); ?>
monotone/header.php:35: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'menu', 'fallback_cb' => 'monotone_page_menu' ) ); ?>
fusion/header.php:65: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
connections/header.php:31: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'topnav', 'fallback_cb' => 'connections_page_menu' ) ); ?>
publish/header.php:42: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'depth' => 1 ) ); ?>
emire/header.php:25: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'emire_page_menu' ) ); ?>
babylog/header.php:69: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
pool/header.php:25: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'pool_page_menu' ) ); ?>
ever-after/masthead.php:37: <?php wp_nav_menu( apply_filters( 'forever-primary-menu-args', array( 'theme_location' => 'primary' ) ) ); ?>
fresh-and-clean/header.php:46: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
themorningafter/header.php:99: <?php wp_nav_menu( array( 'depth' => 6, 'menu_class' => 'nav fl', 'theme_location' => 'primary' ) ); ?>
selecta/header.php:43: <?php wp_nav_menu( array( 'container' => 'false', 'theme_location' => 'primary' ) ); ?>
inove/header.php:69: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'menus', 'fallback_cb' => 'inove_page_menu' ) ); ?>
blogum/header.php:54: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
greenery-10/header.php:23: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'greenery_page_menu' ) ); ?>
sandbox-162/header.php:23: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'main' ) ); ?>
vostok/footer.php:18: <?php wp_nav_menu( array( 'container_class' => 'menu-footer', 'theme_location' => 'footer' ) ); ?>
vostok/header.php:53: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
redoable-lite/header.php:53: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'alt_menu', 'menu_class' => 'redo-nav', 'fallback_cb' => 'redo_page_menu' ) ); ?>
minimalizine/header.php:47: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
san-kloud/header.php:28: <?php wp_nav_menu( array( 'menu' => 'primary', 'menu_id' => 'menu-header', 'theme_location' => 'primary', 'depth' => 3 ) ); ?>
matala/header.php:43: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
coraline/header.php:77: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
rusty-grunge/header.php:55: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
lovebirds/header.php:49: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
misty-lake/header.php:38: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
vigilance/header.php:36: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'vigilance_page_menu' ) ); ?>
pink-touch-2/header.php:45: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => '', 'container_id' => 'nav-menu' ) ); ?>
p2/header.php:39: <?php wp_nav_menu( array(
steira/header.php:37: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'navigation', 'fallback_cb' => 'steira_page_menu' ) ); ?>
ari/sidebar.php:15: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
retro-mac-os/sidebar.php:11: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
duotone/header.php:29: <?php wp_nav_menu( array(
retro-fitted/header.php:57: <?php wp_nav_menu( array(
motion/header.php:31: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'motion_page_menu' ) ); ?>
duster/header.php:93: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
esquire/header.php:71: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
monochrome/header.php:34: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'menu', 'fallback_cb' => 'monochrome_page_menu' ) ); ?>
monster/header.php:43: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
ascetica/header.php:55: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
depo-masthead/header.php:103: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'depomasthead_page_menu' ) ); ?>
piano-black/header.php:57: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
titan/header.php:57: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_id' => 'nav', 'menu_class' => 'wrapper', 'fallback_cb' => 'titan_page_menu' ) ); ?>
albeo/header.php:34: <?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'custom-menu', 'theme_location' => 'primary', 'fallback_cb' => 'albeo_page_menu', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>
reddle/header.php:48: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
itheme2/header.php:81: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
sundance/header.php:72: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
something-fishy/header.php:82: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
twentytwelve/header.php:46: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
blix/header.php:32: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'blix_page_menu' ) ); ?>
paperpunch/header.php:48: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'fallback_cb' => 'paperpunch_page_menu' ) ); ?>
triton-lite/header.php:23: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
bold-life/header.php:53: wp_nav_menu( array( 'theme_location' => 'primary', 'container_id' => 'nav' ) );
inactive/sparkle-vitae/header.php:76: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_id' => 'access' ) ); ?>
inactive/kirmom/functions.php:116: wp_nav_menu( array( 'theme_location' => 'primary' ) );
toolbox/header.php:71: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
imbalance2/header.php:91: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'menu' ) ); ?>
imbalance2/header.php:94: <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container_class' => 'menu', 'fallback_cb' => '__return_false' ) ); ?>
nuntius/footer.php:12: <?php wp_nav_menu( array( 'theme_location' => 'footer-menu', 'container_class' => 'menu', 'menu_class' => '', 'menu_id' => 'menu-footer-items', 'depth' => 1, 'fallback_cb' => '' ) ); ?>
nuntius/header.php:38: <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'container_class' => 'menu', 'menu_class' => '', 'menu_id' => 'menu-secondary-items', 'fallback_cb' => '' ) ); ?>
nuntius/header.php:65: <?php wp_nav_menu( array( 'theme_location' => 'primary', 'container_class' => 'menu', 'menu_class' => '', 'menu_id' => 'menu-primary-items' ) ); ?>
superhero/header.php:47: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
fruit-shake/header.php:76: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
blaskan/functions.php:137: $nav = wp_nav_menu( array( 'theme_location' => 'primary', 'echo' => false, 'container' => false ) );
blaskan/functions.php:296: $nav = wp_nav_menu( array( 'theme_location' => 'primary', 'echo' => false, 'container' => false ) );
blaskan/footer.php:9: <?php wp_nav_menu( array( 'theme_location' => 'footer', 'depth' => 1, 'fallback_cb' => false, 'container' => false ) ); ?>
suburbia/header.php:61: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
forever/masthead.php:28: <?php wp_nav_menu( apply_filters( 'forever-primary-menu-args', array( 'theme_location' => 'primary' ) ) ); ?>
sunspot/header.php:77: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
adventure-journal/header.php:31: <?php wp_nav_menu( array( 'theme_location' => 'primary-menu' ) ); ?>
contempt/header.php:27:<?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'pagebar', 'theme_location' => 'primary', 'fallback_cb' => 'contempt_page_menu' ) ); ?>
kyoto/header.php:163: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
chunk/header.php:34: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
hero/header.php:44: <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
greyzed/header.php:22: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
garland/header.php:28: <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_class' => 'links primary-links', 'fallback_cb' => 'garland_page_menu' ) ); ?>
parament/header.php:53: <nav id="menu" role="navigation"><?php wp_nav_menu( array( 'container' => false, 'menu_id' => 'primary-menu', 'theme_location' => 'primary-menu' ) ); ?></nav>
twentyten/header.php:103: <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment