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