Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how make custom menu in wordpress

<?php
wp_nav_menu( array( 
    'theme_location' => 'my-custom-menu', 
    'container_class' => 'custom-menu-class' ) ); 
?>
Source by www.wpbeginner.com #
 
PREVIOUS NEXT
Tagged: #custom #menu #wordpress
ADD COMMENT
Topic
Name
4+3 =