Wordpress

Adding Google Page Speed To Google Analyticator For WordPress

Posted by on May 6, 2011 at 5:34 pm

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

Posted by on March 28, 2011 at 4:12 pm

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

Posted by on November 26, 2010 at 9:57 pm

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(); ?> [...]