Removing embeded theme Google Feedback Ads
-
I’m using a medical them downloaded from wp-spider. Everything works fine, but there is a Google banner ad showing up on each post/page which I don’t want…must have come embeded with the theme. I found some code on the singlepost.php page that looks like this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class=”navigation”>
<div class=”alignleft”><?php previous_post_link(‘« %link’) ?></div>
<div class=”alignright”><?php next_post_link(‘%link »’) ?></div>
</div>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link: <?php the_title_attribute(); ?>”><?php the_title(); ?></h2><div class=”entry”>
<!– Google Ad Start –>
<?php include (TEMPLATEPATH . ‘/468×60.php’); ?>
<!– Google Ad End –>I tried removing it, but the ads were still there when revisiting the site. Could anyone please advise how to remove these ads. Here’s my site URL:
http://panicaayremedy.com
The topic ‘Removing embeded theme Google Feedback Ads’ is closed to new replies.