thanks for reply
actually, I add a new custom menu in wordpress
in functions.php, I added

register_nav_menus( array('footer' => 'footer menu',) );
then, added

<?php wp_nav_menu(...