Skip to content

Instantly share code, notes, and snippets.

@theukedge
Created September 18, 2013 15:14
Show Gist options
  • Save theukedge/6610642 to your computer and use it in GitHub Desktop.
Save theukedge/6610642 to your computer and use it in GitHub Desktop.
<?php if( in_category( array( '52', '59', '60', '61', '62', '63' ) ) || is_category( array( 52, 59, 60, 61, 62, 63 ) ) || is_page( '9875' ) ) { // SYSTEMS MENU
wp_nav_menu( array('menu' => 'systems-menu', 'container' => false, 'items_wrap' => '<ul id="primary-main-menu" class=%2$s><li class="first-child-divider"></li>%3$s</ul>', 'fallback_cb' => false));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment