Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor WPShowCase

    (@wpshowcase)

    If you set the order of the items to be ‘menu_order’, they should be displayed in the order you create with this plugin.

    Thread Starter theshae

    (@theshae)

    Can you elaborate on that a little more? Is there a setting in the plugin, or the php code needs to change. Can you provide an example of waht the php should look like?

    Thread Starter theshae

    (@theshae)

    Sorry I got it. It should be:

    <?php wp_list_pages( array('title_li'=>'', 'sort_column=menu_order' ) ); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drag and Drop ReOrdering not working on front end’ is closed to new replies.