Advertisement:

Author Topic: How to make premium listings in search page more than 5?  (Read 383 times)

ayman83

  • Jr. Member
  • **
  • Posts: 82
How to make premium listings in search page more than 5?
« on: October 18, 2017, 09:57:17 pm »
Hello,

The premium listings in search page are restricted to 5 only.
how can I increase them to?

Thanks for help

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: How to make premium listings in search page more than 5?
« Reply #1 on: October 19, 2017, 12:18:44 am »
Hi,

Look in search.php for osc_get_premiums:

Code: [Select]
osc_get_premiums(8);
Regards

ayman83

  • Jr. Member
  • **
  • Posts: 82
Re: How to make premium listings in search page more than 5?
« Reply #2 on: October 19, 2017, 03:09:52 am »
Thank you teseo, you are always the Savior.