Featured Scroller On All Pages - Perhaps already been done ??!??
Hello Everyone
My new site is progressing, I hope you like it here >
Weston-super-Mare Free Ads
My question may have been covered but I have spent a while searching the forums and still cannot find the answer. As you will see on my main page I am using the featured ads scroller (which I love!) , I love it so much that I want it to appear on most of my pages within the website.
You can see I have tried adding it to various parts of my website by adding :-
Code:
<?php
if ( file_exists(STYLESHEETPATH . '/featured.php') )
include_once(STYLESHEETPATH . '/featured.php');
else
include_once(TEMPLATEPATH . '/featured.php');
?>
on the relevant php page, you can see the pages I have tried adding it to
here (on single ad listings) ,
here (on full page width pages) and
here, I would also like to have it on all my category pages such as
this one and
this one
As you can see I have got as far as getting the featured image box up , but , alas, no images are showing.
Please help/advise.
Many Thanks