Forums

wp_list_pages() page exclude not working (2 posts)

  1. webdesignshowroom
    Member
    Posted 4 months ago #

    Hi, after switching to 2.8, wp_list_pages('exlude=2,3,50...') is not working anymore. I can use the include command which works fine.

    When I try to use the exclude command, all the pages get shown.

    Has anyone come across this or got a fix?

    Thanks

  2. esmi
    Member
    Posted 4 months ago #

    Try using wp_list_pages('exclude=2,3,50...')

    s/exlude/exclude :-)

Reply

You must log in to post.

About this Topic