*

mheston

  • ***
  • 48 posts
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>

*

MB Themes

Re: Sharing how I added the item location to latest listings on home page.
« Reply #1 on: November 24, 2021, 08:30:00 PM »
Good job, thanks for sharing  :-*
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

burakeo

  • **
  • 7 posts
Re: Sharing how I added the item location to latest listings on home page.
« Reply #2 on: December 23, 2021, 02:06:00 AM »
tanks:)