The Creative Solution to Insert Google Analytics on WordPress


Sponsored Links






Every Blogger need stats, there are so many stats tools available on the net. My Favorite stats tools is WordPress Stats and Google Analytics, On this trick we will show tricks how to added Google Analytics into yours wordpress blog, with unique ways. We will added a few line of code on functions.php in your themes and done.

<?php
add_action('wp_footer', 'ga');

function ga() { ?>
    // Paste your Google Analytics code here
<?php } ?>

Please note, your theme should have wp_footer() to make it work. If you want put your Google Analytics code on the header you can change wp_footer into wp_head. This code original writen by WP Recipes

Subscribe to Full RSS Feed

RSS FeedIf you thing this article useful, please consider subscribing to our RSS Feed or e-mail updates and stay updated with us. You can also follow @WPTricksNet on twitter for latest updates.

About WP Tricks

We are WordPress Family, we collected and writed useful tips and tricks for you WordPress. We share it for you...

Related Tips and Trick from Local Data and on The Net

How To Integrate Google Font Directory on WordPress Theme

A Google Font Directory is another services by Google, using Google Font directory will be save more bandwidht and server usage. Many question is how to integrate and Using the Google Font Directory in our WordPress theme. Today I will … Read More

How To inserting Google Maps into WordPress

Today Tutorial is How To inserting Google Maps into WordPress Posts/Pages without Plugin, we only need to write Google Maps shortcode and we can put our own maps with really easy ways. The first time is write down this code … Read More

Replace jQuery of WordPress with Google AJAX Library

I will show you little code How To Replace jQuery of WordPress in your Theme with Google AJAX Library, like we all know, WordPress has built in a lot of JavaScript Framework included jQuery, but for some reason such as … Read More

How to Display a Dynamics Date Copyright

Have you ever seen, some time website has Copyright on the footer? Example on WordPress Tricks Copyright © 2010 - WordPress Tricks & Tips is proudly powered by WordPress, On this tutorial I will show you How to Create and … Read More

How To Redirect Blog to First Post

Today Tricks is How To Redirect Blog to First Post. This code original writen by Ashton Sanders. You need to put this code on your index.php or home.php to make it work. It just uses the WordPress Redirect function to … Read More

How To Enable WP.ME Shortlink on WordPress 2.9

Everyday we got something wonderful on WordPress 2.9, the latest one is enable shortlink url on Your WordPress Post Dashboard. This trick really useful for Microblogging user such as Plurk or Twitter. To Enable this featured, all need to do … Read More

insert google map into wordpress page - WordPress Tricks & Tips

Read below about related content about insert google map into wordpress The Creative Solution to Insert Google Analytics on WordPress read more

Source: http://wptricks.net/archives/insert-google-map-into-wordpress-page?amp

Creative+Memories+PATTERNS+N+PENS+TEMPLATE+BN+NLA+ +eBay+

The Creative Solution to Insert Google Analytics on WordPress My Favorite stats tools is WordPress Stats and Google Analytics, On this read more

Source: http://wptricks.net/archives/Creative+Memories+PATTERNS+N+PENS+TEMPLATE+BN+NLA+-+eBay+

Iditarod_Google_Earth

wordpress framework map, wordpress find jquery replace with google, wordpress 3 0 ajax theme gpl The Creative Solution to Insert Google Analytics on WordPress read more

Source: http://www.docstoc.com/docs/71261372/Iditarod_Google_Earth

Google Analytics | Official Website

Enterprise-class web analytics made smarter, friendlier and free. Google Analytics is the enterprise-class web analytics solution that gives you rich read more

Source: http://www.google.com/analytics/

10 Most Useful Google Plugins for WordPress | Web Design Blog

Google Analyticator easily adds Google Analytics tracking support to a WordPress This plugin allows you to easily insert Google Animhut-Creative Blog Brush King Business read more

Source: http://webdesignfan.com/10-most-useful-google-plugins-for-wordpress/


2 Responses to The Creative Solution to Insert Google Analytics on WordPress

  1. I have seen a lot of coding on the net based on Google and WordPress, and I have heard of a lot of viruses hidden within that coding. I looked over your small bit of code and it’s obviously clean, but I wanted to let others know to always be on the lookout for suspicious code.

  2. Pingback: How To Integrate Google Font Directory on WordPress Theme | Jhez3R

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>