• Hello, I added a plugin to my wordpress blog, the only problem is that it inserted a link to it on the bottom right of my page. How would I go about removing it? I have firebug and I’m able to see the html but unfortunately thats not going to help me on a wordpress site. Please Help me 🙁

Viewing 2 replies - 1 through 2 (of 2 total)
  • Deactivate the plugin?

    well, there should be an option in the setting of the plugin to remove the link…there isn’t?

    Your next bet would be to view the html to see if any classes/id’s are assigned to it and hide them by adding

    #whatever {display:none} to your style.css (or .whatever if its a class)

    barring that, you could go into the plugin editor, but thats complicated, you could break things, and the changes would be lost on an upgrade anyway

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t find where the php for a link on my page is…’ is closed to new replies.