How to display or disable maps
Taxonomy pages maps
To enable or disable maps, login into your WordPress admin dashboard and navigate to "Settings → Posterno → Listings → Maps". Locate the setting "Display map within the following taxonomy pages" and toggle on which taxonomy page you wish to hide or display maps.
Maps killswitch
If your website does not need maps at all, it's possible to entirely disable all maps related functionalities. By using a killswitch, in some cases it might also increase your site's performances.
To enable the killswitch, open your theme's functions.php file and add the following line:
add_theme_support( 'posterno_disable_maps' );