• mackro

    (@mackro)


    Anyone know how to change the pages interface so that instead of an exclusion list it’s an inclusion list?

    My problem is that I’ve got hundreds / thousands of pages and only want a couple to show up in the left navigation, and I don’t want to go and exclude each one by one.

Viewing 1 replies (of 1 total)
  • MichaelH

    (@michaelh)

    Consider downloading and installing Otto’s PHP Code Widget.

    Then put something like this in one of those widgets:

    <?php wp_list_pages('include=1,2,3'); ?>

    Please remember to support our plugin authors by clicking on the Donate button there.

Viewing 1 replies (of 1 total)

The topic ‘Hack to Pages widget’ is closed to new replies.