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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -