Answers for "custom menu link wordpress"

PHP
0

how make custom menu in wordpress

<?php
wp_nav_menu( array( 
    'theme_location' => 'my-custom-menu', 
    'container_class' => 'custom-menu-class' ) ); 
?>
Posted by: Guest on October-29-2020

Browse Popular Code Answers by Language