Show wp_nav_menu(); in shortcode?
-
Hi,
I used this within my theme to generate the sites menu:
<? wp_nav_menu(); ?>
I want to have this now here in the shortcode, something like this:
<?php echo do_shortcode('[expand title="Menu"]<? wp_nav_menu(); ?>[/expand]');?>
That breaks the PHP though. Can anybody help me to tell me how this is done?
Thanks!
Matt
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show wp_nav_menu(); in shortcode?’ is closed to new replies.