Featured ads not appearing in slider on all pages
Hi,
Featured ads show up in the slider on my index page.
I have, however, included the slider on other pages as well, and on those pages, the slider is empty.
Might anyone have any ideas why?
The code for the slider I copied to other pages:
<?php
if ( file_exists(STYLESHEETPATH . '/featured.php') )
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');
?>