• Resolved sebtlee

    (@sebtlee)


    Hi,

    I’ve got this working for parent pages.

    I can re-order child pages in the backend, but it doesn’t seem to update the order in the front end.

    Can this plugin work for the order of child pages?

Viewing 1 replies (of 1 total)
  • Thread Starter sebtlee

    (@sebtlee)

    I’ve found a solution for this. This is what I needed in WP_Query $args

    ‘post_parent’ => $post->ID,
    ‘orderby’ => ‘menu_order’,
    ‘order’ => ‘ASC’

    • This reply was modified 2 years, 9 months ago by sebtlee.
Viewing 1 replies (of 1 total)
  • The topic ‘Order child pages?’ is closed to new replies.