Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Adding pages to Navigation without coding and using a widget on multiple sidebar


5477106
Inactive

To get rid of Pages, I followed the directions on the link specified above:

Using the following piece of code, the Pages will display without heading and in Page Order:

    <?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>

It can be kind of hard to find, it’s about half way down the page on this link: https://codex.wordpress.org/wp_list_pages

Skip to toolbar