Tag Archive

Adding Google Page Speed To Google Analyticator For WordPress

Published on May 6, 2011 By admin

Google Analyticator is a plugin for WordPress that connects your site to your Google Analytics account.  Now that Google has also set it up so that you can track a users page speed on your analytics, you should track how fast your connection is for your visitors. Log into your WordPress administration site. Scroll down [...]

SEO For WordPress

Published on March 28, 2011 By admin

This is the way I deal with SEO in WordPress. I have found this works very well for all of my WordPress sites. Install Canonical URL's, one of Yoast's plugins. Once activated, you will be able to add your canonical link at the bottom of each post or page on your site. Install and Activate Google [...]

Adding Pixelating Image Slideshow Gallery To Top Of WordPress Theme

Published on November 26, 2010 By admin

If you are using Pixelating Image Slideshow Gallery for WordPress, and you want to add it into the top of your theme, there are a few things you will need to do. Add the following information in the header.php file where you want to place the Slideshow Gallery plugin. <?php if (function_exists (pisg_show)) pisg_show(); ?> [...]