Sharing how I added the item location to latest listings on home page. Sigma theme loop-single.php
<div class="listing-basicinfo">
<a href="<?php echo osc_item_url() ; ?>" class="title" title="<?php echo osc_esc_html(osc_item_title()) ; ?>"><?php echo osc_item_title() ; ?></a>
<a href="<?php echo osc_item_url() ; ?>" class="location"><?php echo osc_item_city(); ?><?php if( osc_item_region()!='' ) { ?>, <?php echo osc_item_region(); ?><?php } ?></a>