Support Forums - Classified Ads Script Osclass
Osclass theme support => Sigma Osclass Theme => Topic started by: mheston on November 24, 2021, 08:17:33 PM
-
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>
-
Good job, thanks for sharing :-*
-
tanks:)