Osclass Support Forums

Osclass theme support => Free themes => Topic started by: immobilier on August 15, 2020, 03:40:00 PM

Title: Similar ads customization in item.php
Post by: immobilier on August 15, 2020, 03:40:00 PM
Hello dear members, in item page, i have a section " similar ads" which shows 3 listings related to item post, i want to exceed this number and make a link as well like " see more ads" but related ads to the item post as well. how i can do that? related

Here is my similard ads code:

Code: [Select]
<?php related_listings(); ?>
<?php if( osc_count_items() > ) { ?>
<div class="similar_ads">
  <h2 class="title">
    <?php _e('Related listings'OSCLASSWIZARDS_THEME_FOLDER); ?>
  </h2>
  <?php
View::newInstance()->_exportVariableToView("listType"'items');
osc_current_web_theme_path($loop_template);
    
?>

</div>

Title: Re: Similar ads customization in item.php
Post by: MB Themes on August 17, 2020, 02:36:56 PM
@immobilier
You will have to update related_listings function to return more items, if availabe.