Created
August 14, 2013 15:09
-
-
Save mattkeys/6231968 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$menu = wp_nav_plus(array('menu' => $instance['menu_term_id'], 'echo' => false, 'container' => false, 'items_wrap' => '%3$s', 'start_depth' => $instance['start_depth'], 'depth' => $instance['depth'])); | |
if(!empty($menu)) { | |
echo 'your container html'; | |
echo $menu; | |
echo 'end your container html here'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment