List ALL PREMIUM LISTINGS first then the LATEST LISTINGS
« on: July 08, 2025, 03:00:53 PM »
When I go to the CATEGORY view , it lists the PREMIUM LISTINGS at the top then the LATEST LISTINGS, the issue is that PREMIUM LISTINGS only list the last two Premium Listings, how can we list ALL PREMIUM LISTINGS first and then LATEST LISTINGS.

If possible also do this same on the homepage.

Thanks.




*

MB Themes

Re: List ALL PREMIUM LISTINGS first then the LATEST LISTINGS
« Reply #1 on: July 10, 2025, 10:41:25 AM »
It's not "last two", it's "random two" of premiums those should be shown evenly across all premiums.
To increase count, you can update osc_get_premiums(987)  ... to get 987 listings.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: List ALL PREMIUM LISTINGS first then the LATEST LISTINGS
« Reply #2 on: July 14, 2025, 09:17:47 AM »
It's not "last two", it's "random two" of premiums those should be shown evenly across all premiums.
To increase count, you can update osc_get_premiums(987)  ... to get 987 listings.

Thank you for your update.

I tried changing that from the SEARCH.PHP but still not working. I even tried modifying in LOOP and Functions.


*

MB Themes

Re: List ALL PREMIUM LISTINGS first then the LATEST LISTINGS
« Reply #3 on: July 14, 2025, 11:14:28 AM »
You mean, you went to search.php, found osc_get_premiums() and was not able to change it to osc_get_premiums(345) ?

That sounds weird  ::)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots