• x1code

    (@secretja)


    Hello,

    I got theme and somebody put xxx links in <?php wp_footer(); ?>.
    Where can I find this links and delete them?

    Thank you in advanced. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • govpatel

    (@govpatel)

    Most likely they would be footer.php

    Thread Starter x1code

    (@secretja)

    No, this(<?php wp_footer(); ?>) is in footer.php

    govpatel

    (@govpatel)

    <?php wp_footer(); ?>

    is the php code to get footer.php file open footer.php file in editor and if you have those links are in footer most likely they will be in that file.

    Thread Starter x1code

    (@secretja)

    This is the end of footer.php

    <!– //END CUSTOM FIELDS –>

    <?php javascript_footer() ?>
    <?php wp_footer(); ?>
    <?php echo stripslashes(get_option(“analytics_code”)); ?>
    <?php echo stripslashes(get_option(“google_adsensetracking_code”)); ?>

    </body>
    </html>

    And link is in <?php wp_footer(); ?>.

    govpatel

    (@govpatel)

    Who ever put those links in must have put it in that javacript

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Where can I find link from’ is closed to new replies.