This option will reset the home page of this site. Restoring any closed widgets or categories.

Reset

Insert Google Analytics without editing your theme

VN:F [1.8.3_1051]
Rating: 3.0/10 (1 vote cast)

I like to use Google Analytics, but the boring stuff is that when you switch themes, you’ll have to re-insert the code in the new theme. To avoid it, let’s use the power of WordPress hook to insert our analytics code without editing theme files.

Post Pic

Just insert the following code into your functions.php file, and you’re done. Don’t forget to paste your Google Analytics code on line 5.

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

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

Have you checked out the new Headway theme for WordPress? It is pretty cool. You can read a review here.

VN:F [1.8.3_1051]
Rating: 0 (from 0 votes)
Insert Google Analytics without editing your theme3.0101
Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • Add to favorites
  • BarraPunto
  • Bitacoras.com
  • BlinkList
  • blogmarks
  • blogtercimlap
  • connotea
  • Current
  • Design Float
  • Diggita
  • Diigo
  • DotNetKicks
  • DZone
  • eKudos
  • Fark
  • Blogosphere News
  • email
  • Faves
  • Fleck
  • FriendFeed
  • FSDaily
  • Global Grind

Leave a Reply

You must be logged in to post a comment.