View unanswered posts | View active topics It is currently September 6th, 2010, 11:24 am



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
I see code at the top of my page. 
Author Message
Plugin Developer
User avatar

Joined: March 13th, 2009, 3:17 pm
Posts: 518
Location: Allentown, PA
Post I see code at the top of my page.
There are two common reasons for code appearing at the top of a page:

1. wp_head tag is placed wrong in the theme.

For whatever reason, some theme authors place WordPress' <?php wp_head(); ?> tag in the wrong location, usually below the </head> HTML tag. If you just installed Google Analyticator, this is most likely your problem. To resolve this issue:

  1. Open up your theme's header.php file (theme files are typically found in /wp-content/themes/THEMENAME/).
  2. Look for the <?php wp_head(); ?> tag. This will most likely be near the bottom.
  3. Move this tag to the last line before </head>. After moving the tag, the two lines should look like:

Code:
<?php wp_head(); ?>
</head>


2. Broken or incorrect code placed in additional tracking code sections.

On occasion, broken or incorrectly placed additional tracking code will mess up the Analytics script. To check if this is your problem, open up Analyticator's settings page at Settings > Google Analytics. Scroll down in the Advanced section to the "Additional tracking code" section (there are two of them).

If you don't know what additional tracking code is, it is recommended to complete empty out both of those fields so nothing is in them. If you placed your tracking code here thinking Google Analyticator was not displaying code, be rest assured, tracking will occur. See this FAQ for more information.

If you know you need custom tracking code, verify code placed in the box is only Javascript (no HTML tags) and uses the latest async tracking methods.

_________________
Ronald Heft
Plugin Developer


December 15th, 2009, 7:19 pm
Profile WWW
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.
Localized by MaĆ«l Soucaze © 2010 phpBB.fr