Title: Statcounter code
Last modified: January 21, 2018

---

# Statcounter code

 *  Resolved [Solomon](https://wordpress.org/support/users/ahsun/)
 * (@ahsun)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/statcounter-code-2/)
 * I am trying to add statcounter code according to their reference [https://statcounter.com/support/knowledge-base/291/](https://statcounter.com/support/knowledge-base/291/)
 * but i don’t get which files are containing head and body tags.

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

 *  Thread Starter [Solomon](https://wordpress.org/support/users/ahsun/)
 * (@ahsun)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/statcounter-code-2/#post-9903407)
 * i really need to implement it
 *  Plugin Author [Weston Ruter](https://wordpress.org/support/users/westonruter/)
 * (@westonruter)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/statcounter-code-2/#post-9903497)
 * Add this to your theme’s `functions.php` (or to a new plugin):
 *     ```
       <?php
       add_action( 'amp_custom_styles', function() {
       	echo 'statcounter {width: 1px;height:1px;}';
       } );
   
       add_action( 'amp_post_template_footer', function() {
       	?>
       	<div id="statcounter">
       		<amp-pixel src="https://c.statcounter.com/PROJECT_ID/0/SECURITY_CODE/1/">
       		</amp-pixel>
       	</div>
       	<?php
       } );
       ```
   

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

The topic ‘Statcounter code’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Weston Ruter](https://wordpress.org/support/users/westonruter/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/statcounter-code-2/#post-9903497)
 * Status: resolved