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.

[pre lang="php"]

random(‘thenumberoflistingsyouwantshown’, ‘thenumberperrow’); ?>
[/pre]

Example:

[pre lang="php"]

random(5, 2); ?>

[/pre]