• Hello,

    For some reason, there is a link showing up at the very bottom of every page on my site, one that I didn’t add. If you check http://www.philandrandi.com and scroll to the bottom of the page. in the bottom left corner you will see ‘Webdesign’ written twice and if you click on it it takes you to http://www.iwebix.de/

    Please advise on why this is happening!

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This area is typically used as a site link to the theme/template designer. Did you purchase this theme?

    It is in your code so whoever made your theme probably put it there. I would suggest looking for it in your footer.php
    Find this twice: (delete it)
    <a class="copy" title="webdesign" target="_blank" href="http://www.iwebix.de">Webdesign</a>

    and this once (unless you want a smiley in the corner of your site:
    <img id="wpstats" alt="" src="http://stats.wordpress.com/g.gif?host=www.philandrandi.com&rand=0.7401985623971916&v=ext&j=1%3A1.2.1&blog=28079160&post=0&ref=">

    I found this to be the most direct way to remove the smiley. Add this to your themes style sheet.

    img#wpstats{display: none;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link showing up that shouldn't’ is closed to new replies.