Support » Fixing WordPress » excluding a page from wp_list_pages when using pretty permalinks

  • Resolved storyboutagirl

    (@storyboutagirl)


    How would I exclude a page from wp_list_pages when using pretty permalinks? I know I would use `<?php wp_list_pages(‘exclude=17,38’ ); ?>
    ` however putting the page name – in this case “useronline” (I’m trying to remove the useronline page from my navigation menu) – does not seem to word. so how would I do so?

  • The topic ‘excluding a page from wp_list_pages when using pretty permalinks’ is closed to new replies.