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?

http://imageshack.us/photo/my-images/852/questionq.gif/

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

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -