featured sliderl on each page
Hi,
I would like the featured slider on each page.
In version 3.0.5.2, it's ok but with the last version 3.1.8, i've a blanck featured slider.
I've added this code on single-ad_listing.php between line 20 and line 22:
<?php
if ( file_exists(STYLESHEETPATH . '/featured.php') )
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');
?>
what's the problem ?