• Hello

    I need help! I am new to WordPress. I was activating plug ins for my website http://www.ellenstebbins.com and got an error message. I then looked at my website and google had flagged it as a reported attack site.

    I went to google to send a request to resolve the issue and they want to verify my site. I see the text I need to insert but I have NO idea where to insert it.

    Can anyone please help me????

    THANK YOU! Ellen

Viewing 3 replies - 1 through 3 (of 3 total)
  • If the text you need to inset starts with <meta..., then you’ll need to insert it within header.php. After the <head> tag and before the </head> tag. Just before:

    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>

    would be a good place to add it.

    Thread Starter ellenstebbins

    (@ellenstebbins)

    I have had a major glitch today – GoDaddy can’t even figure it out. I had to uninstall and reinstall ellenstebbins.com. It will stay up for an hour or two and then I get this message:

    Warning: Unexpected character in input: ”’ (ASCII=39) state=1 in /home/content/c/b/c/cbcodeonline/html/ellenstebbins/index.php on line 17

    Parse error: syntax error, unexpected ‘.’ in /home/content/c/b/c/cbcodeonline/html/ellenstebbins/index.php on line 17

    Parse errors in your index.php files can be a sign of hacking. Compare the index.php listed in the error code with a fresh copy from your WordPress download. Also see: http://codex.ww.wp.xz.cn/FAQ_My_site_was_hacked

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Suspicious Site’ is closed to new replies.