Latest listings joined

Display the latest listings joined. Put this where you want the latest 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->latest('thenumberoflistingsyouwantshown', 'thenumberperrow'); ?>;

Example:

<?php $extrasphp->latest(10, 2); ?>

Leave a Reply