Moving menus in Wordpress -
i make own theme wordpress, problem can't move pages vertical menu horizontal menu. how can move pages vertical menu horizontal menu in wordpress, image?
here example of horizontal menu:
<div id="navmenu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">home</a></li> <?php wp_list_pages('orderby=name&include=1,3,4,5'); ?> <li><a href="http://www.wordpress.org">wordpress</a></li> </ul> </div>
Comments
Post a Comment