Featured listings horizontal calls a function and displays all your featured listings in a horizontal table.
To call this function you would include the following code in any template file you want it to appear.
{feature_listings_horizontal number=8 cols=3 table_attr='width="100%" style="border: 1px solid #000;"' td_attr='valign="middle" align="left"'}
The code above calls a Smarty custom plugin that we have created. The file is located at plugins/function.feature_listings_horizontal.php
We also have a video tutorial available here: Feature Listings Horizontal video