'orderby' => 'menu_order' & form()
-
I am trying to put my form on the front end and using the following test code to order the items orderby doesn’t work, is there a way to order those form like in the admin?
echo $cfs->form(array( 'post_id' => $post->ID, 'orderby' => 'menu_order', ));
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘'orderby' => 'menu_order' & form()’ is closed to new replies.