Forums

[resolved] Need to delete Google adwords- what file are they in? (7 posts)

  1. 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!

  2. omgitztrey
    Member
    Posted 3 years ago #

    Footer.php

  3. 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(); ?>
  4. omgitztrey
    Member
    Posted 3 years ago #

    Hmmm... Is that your entire footer file?

    Also... your description and keywords meta tags aren't being closed off properly.

  5. 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>
  6. mickapoo
    Member
    Posted 3 years ago #

    I found it- it was in a different directory. Thanks for your help.

  7. omgitztrey
    Member
    Posted 3 years ago #

    What directory did you find this in?

Topic Closed

This topic has been closed to new replies.

About this Topic