1) Open wp-content/themes/conferencepro/event-framework/components/shortcodes/shortcode-map.php
3) Around line number 57, you can find:
‘order’ => ‘menu_order’,
4) Change this to:
‘orderby’ => ‘post__in’,
5) Save the file.
1) Open wp-content/themes/conferencepro/event-framework/components/shortcodes/shortcode-map.php
3) Around line number 57, you can find:
‘order’ => ‘menu_order’,
4) Change this to:
‘orderby’ => ‘post__in’,
5) Save the file.