Sorting the menu items
-
Hello there,
I am having trouble trying to arrange the order of menu-items. i arrange the menu items to the way i want using the plugin’s Section Manager but it is not showing in that order.
i noticed this field “[flmenu_item id=”xxx”]” tagged to every menu item that affects the order menu item are displayed.
How do i edit flmenu_item id? or is there a way to sort the way i want the items to be displayed.
query used below:
$wp_query->query( array(
‘post__in’ => $menuItemIds,
‘post_type’ => ‘fl-menu-item’,
‘posts_per_page’ => 6,
‘paged’ => $paged,
) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Sorting the menu items’ is closed to new replies.