mickapoo
Member
Posted 3 years ago #
I have Google adwords at the bottom of my page at http://www.ifrblog.com. I want to delete them, but for the life of me I cannot find what file they are in. I tried going in through ftp and looked through the files, but I can't seem to find them. What file would they be in? Thank you in advance!
mickapoo
Member
Posted 3 years ago #
In what directory? I'm finding my footer.php file with the following code:
<!-- begin footer -->
</div>
<?php get_sidebar(); ?>
<p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
</div>
<?php wp_footer(); ?>
Hmmm... Is that your entire footer file?
Also... your description and keywords meta tags aren't being closed off properly.
mickapoo
Member
Posted 3 years ago #
Here is the entire footer.php file. Could there be another footer.php file in a different directory?
<!-- begin footer -->
</div>
<?php get_sidebar(); ?>
<p class="credit"><!--<?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
</div>
<?php wp_footer(); ?>
</body>
</html>
mickapoo
Member
Posted 3 years ago #
I found it- it was in a different directory. Thanks for your help.
What directory did you find this in?