Thread Starter
bbmes
(@bbmes)
All I have done is modify the wp-blog-header.php file with two new lines of code.
inserted at the top of the php section:
require_once( dirname(__FILE__) . ‘/rotating_quotes/rotating_quotes.php’);
and included at the bottom of the file after closing the php section is the following inactive script. Removing it completely does not resolve the problem:
<!– <script src=”http://www.bbmes.com/peel_ads/peel/peel.js” type=”text/javascript”></script> –>
Thread Starter
bbmes
(@bbmes)
OK. So is there a way to include this scripting without breaking the feed?
Thread Starter
bbmes
(@bbmes)
thanks. i have backgraded to the original setup. so the above problem is still the one i want to resolve.