The new listings plugin calls a function and displays all your latest listings in a horizontal table.
To call this function you would include the following code in any template file you want it to appear.
{new_listings number=8 cols=3}
The code above calls a Smarty custom plugin that we have created. The file is located at plugins/function.new_listings.php