Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author webvitaly

    (@webvitaly)

    Page-list plugin use core WordPress functions: wp_list_pages() and get_pages().
    We are talking about bug in wp_list_pages() and [pagelist], [subpages], [siblings] shortcodes. But not about [pagelist_ext] shortcode because it uses get_pages() function.
    So if it was fixed in WordPress core code – so it should work immediately in [pagelist], [subpages], [siblings] shortcodes.
    But if exclude_tree param still does not work in the shortcodes – so I believe that it was not fixed in WordPress core code properly.

    Thread Starter onetrev

    (@onetrev)

    Makes sense. I just figured if was noted that it was fixed in the core then it would be surprising that they didn’t truly fix it. But indeed it sure does seem to be broken still. I just tested exclude_tree with a raw wp_list_pages function and it was a no go for multiple ID’s

    I will close this ticket, but if you can test and contribute to the bug report I created in the WP Core Trac that would be awesome, as this bug should and needs to be fixed for sure!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Exclude Tree bug fixed in WP, but plugin still doesn't work’ is closed to new replies.