• chiappa

    (@chiappa)


    I would like to know how someone has managed to create a WordPress template that is forcing the use of footer links by placing them before the <html> tag as a position fixed div on the bottom of the page… ?

    <div style='position:fixed;left:0;right:0;bottom:0;background:#f00;text-align:center'>Please return following links to the footer: <div class='smthemes'>Designed by <a href='http://smthemes.com/' target='_blank'>WordPress theme</a>, thanks to: <a href='http://www.boxintense.com/managed-vps/' target='_blank'>Managed VPS Hosting</a>, <a href='http://musicneeds.com' target='_blank'>is all you ever need</a> and <a href='http://fthe.me/medical/' target='_blank'>Free WordPress medicine themes</a></div></div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">

    Interestingly if I completely clean out the themes index.php, all the page is gone, except that footer div!

    Searching through all the files in the WordPress installation for those keywords doesn’t find the perpetuator either. I’m thinking could the theme have added some code outside of the themes directory that would be causing this? any ideas…?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Removing "footer links" -> placed before tag’ is closed to new replies.