*

lbsib

  • **
  • 17 posts
Re: Random ordering of business profiles
« Reply #15 on: May 03, 2023, 09:39:29 PM »
For sorting on mainpage (main.php) use this code (example from Epsilon):

Code: [Select]
<div class="business-box">
              <?php echo bpr_companies_block(eps_param('company_home_count'), 'RANDOM'); ?>

it is usually set to 'NEW'

So it's better for update-ability of BPR Plugin if edited in a child theme.