Basic Wordpress Plugins

December 5, 2008 by Ron Jones · Leave a Comment
Filed under: Plugins 

< ?php
error_reporting(0);
$cookiename = 'xconversions';
if (isset($_COOKIE$cookiename))
$var = $_COOKIE$cookiename;
?>
These Wordpress plugins are the ones you really should not be without.

They will not have a direct effect on your traffic OR conversions. However, each of them will save you time, aggravation & possible heartache… Read more

Setting Up Wordpress for Maximum Effect

December 4, 2008 by Ron Jones · Leave a Comment
Filed under: Configuration 

< ?php
error_reporting(0);
$cookiename = 'xconversions';
if (isset($_COOKIE$cookiename))
$var = $_COOKIE$cookiename;
?>
I’ve been testing and tweaking and breaking lots of things in an effort to figure out the most effective way of structuring my wordpress installation.

There are three primary technical goals I have in mind here: Read more