cryson 0 Report post Posted December 21, 2009 Hi, I'm using the iBlogPro3 Theme and I want to ad an adsense-Banner between the Feature Slideshow (the thing with multiple pages at the main page) ant the Feature Boxes (the 3 things under that, not the 3 widgets!). How can I do that? I have a picture for you, that will show my problem: http://crysonsblog.de/picadsense.png Thanks, Patrick R. Share this post Link to post Share on other sites
Andrew 207 Report post Posted December 22, 2009 This should be an easy one... just add the code in 'page-feature.php' between this code: ` require(PRO.'/template_feature.php'); ?> .... YOUR HTML CODE .... <?php require(PRO.'/template_fboxes.php'); ` Share this post Link to post Share on other sites
cryson 0 Report post Posted December 22, 2009 Thank you It works. Your theme is really great! Share this post Link to post Share on other sites