I looked for anything related to this on the forum. I would like to remove the map which displays on each listing. I attempted to do so through the custom fields but was unsuccessful. Thanks
Hello, Go to single-listing.php present in your theme directory and remove the code given below Code: <?php if (($map_add['is_active'] == 1 && $map_add['show_free'] == 'true') || ($listing_type == 'pro' && $map_add['is_active'] == 1)) { ?> <h2><?php echo S_L_MAP; ?></h2> <div style="border:1px solid #ccc;" class="map"> <?php gc_single_map(); ?> </div> <?php } ?>