Hello,
Can you tell us how are you going to sort the food categories?
Currently we don’t have any separate shortcode to show display only food categories or food basket.
Hello,
We are closing this topic because of inactivity.
This would be a really great feature. Ability to have control over what is displayed in the sidebar.
I know this is old but still…
@etchbee install: https://wordpress.org/plugins/intuitive-custom-post-order/
and in your shortcode add: fooditem_orderby="menu_order"
the attribute is already there but the default is ‘title’ so just change it to ‘menu_order’
re:
$atts = shortcode_atts( array(
'category' => '',
'category_menu' => '',
'fooditem_orderby' => 'title',
'fooditem_order' => 'ASC',
'relation' => 'OR',
'cat_orderby' => 'include',
'cat_order' => 'ASC',
), $atts, 'fooditems' );