Created
September 24, 2014 06:22
-
-
Save raselahmed7/a9f800d2a7267689c72a to your computer and use it in GitHub Desktop.
Wordpress cheatsheets
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
<?php wp_nav_menu( array( 'theme_location' => 'wpj-main-menu', 'menu_id' => 'nav' ) ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment