Random listings joined

Display random listings joined.

Put this where you want random X listings to be displayed. It will either display links or images, depends on your configuration. Doesn’t matter where you use include it in a file or in the template bits, just so long as you’ve added the code from Extras section beforehand.

 
<?php $extrasphp->random('thenumberoflistingsyouwantshown', 'thenumberperrow'); ?>

Example:

 
<?php $extrasphp->random(5, 2); ?>

Leave a Reply