Support Forums - Classified Ads Script Osclass

Osclass theme support => Sigma Osclass Theme => Topic started by: mheston on November 24, 2021, 08:17:33 PM

Title: Sharing how I added the item location to latest listings on home page.
Post 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>
Title: Re: Sharing how I added the item location to latest listings on home page.
Post by: MB Themes on November 24, 2021, 08:30:00 PM
Good job, thanks for sharing  :-*
Title: Re: Sharing how I added the item location to latest listings on home page.
Post by: burakeo on December 23, 2021, 02:06:00 AM
tanks:)