Skip to content

Instantly share code, notes, and snippets.

@marceloag
Created October 23, 2013 01:57
Show Gist options
  • Save marceloag/7111337 to your computer and use it in GitHub Desktop.
Save marceloag/7111337 to your computer and use it in GitHub Desktop.
Llamar a un menu con un estilo particular en Wordpress
<?php wp_nav_menu( array('menu' => 'productos','menu_class' => 'productos-menu', )); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment