• Hi,

    I would like positioning the links to pages orizontally on the top of the header.

    Anyone can suggest me how to do so?

Viewing 1 replies (of 1 total)
  • add this code where you want the navigation:

    <?php wp_list_pages('title_li='); ?>

    then add this to your stylesheet:

    li.pagenav li {
    			display: inline;
    		}
Viewing 1 replies (of 1 total)

The topic ‘Customization: link to Pages’ is closed to new replies.