Title: danieldeceuster's Replies | WordPress.org

---

# danieldeceuster

  [  ](https://wordpress.org/support/users/danieldeceuster/)

 *   [Profile](https://wordpress.org/support/users/danieldeceuster/)
 *   [Topics Started](https://wordpress.org/support/users/danieldeceuster/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danieldeceuster/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danieldeceuster/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danieldeceuster/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danieldeceuster/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danieldeceuster/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic] [Plugin: All in One SEO Pack] Google analytics code is placed in wrong place](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-google-analytics-code-is-placed-in-wrong-place/)
 *  [danieldeceuster](https://wordpress.org/support/users/danieldeceuster/)
 * (@danieldeceuster)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-all-in-one-seo-pack-google-analytics-code-is-placed-in-wrong-place/#post-2483885)
 * Why move it to the head section? Try to verify Google Webmaster Tools with the
   code placed anywhere else and you’ll get this:
 * “Verification failed for [URL removed] using the Google Analytics method (less
   than a minute ago). The Google Analytics tracking code on your site is in the
   wrong location. You can verify site ownership only with the asynchronous snippet
   placed in the <head> section of your home page.”
 * Ever since Google updated Analytics they have told you to put the tracking code
   in the head section. The tracking will work with the code anywhere, but Google’s
   instructions are for it to be in the head section.
 * [@alistairgd](https://wordpress.org/support/users/alistairgd/): I found a hack
   to fix this for All In One SEO Pack. Go to your plugin editor and select All 
   in One SEO Pack. The plugin file you want to edit is all-in-one-seo-pack/all_in_one_seo_pack.
   php
 * You are looking for this line of code:
 * ////analytics
    if($aioseop_options[‘aiosp_google_analytics_id’]) add_action(‘
   wp_footer’, array($aiosp, ‘aiosp_google_analytics’));
 * All you have to do is change wp_footer to wp_head and it fixes it for you. Something
   to keep in mind, you have to be sure that in your header.php you still have this
   code: <?php wp_head(); ?>
 * Of course, if you are using this plugin it must be there else it won’t work. 
   This just moves the analytics tracking code from the footer to the head section.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Break comments into pages not working!](https://wordpress.org/support/topic/break-comments-into-pages-not-working/)
 *  Thread Starter [danieldeceuster](https://wordpress.org/support/users/danieldeceuster/)
 * (@danieldeceuster)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/break-comments-into-pages-not-working/#post-1204083)
 * Can anyone help me out here? Where do I put paginate_comments and wp_list_comments
   in teh comments.php file in order to make this functionality work?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Break comments into pages not working!](https://wordpress.org/support/topic/break-comments-into-pages-not-working/)
 *  Thread Starter [danieldeceuster](https://wordpress.org/support/users/danieldeceuster/)
 * (@danieldeceuster)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/break-comments-into-pages-not-working/#post-1204029)
 * No, paginate_comments and wp_list_comments are not in my comments.php. Where 
   do I need to put them in the comments.php to make this work?

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