Menu Order instead of Post Date?
-
Love the plugin, but when the plugin redirects, it sends it to the last posted page. Might want to consider going by the menu order so a user can organize the child pages.
Line 115:
$args = array(
‘sort_order’ => ‘asc’,
‘sort_column’ => ‘menu_order’,
‘hierarchical’ => 1,
‘child_of’ => $parentForm,
‘parent’ => $parentForm,
‘post_type’ => ‘page’,
‘post_status’ => ‘publish’
);
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Menu Order instead of Post Date?’ is closed to new replies.