Setting Up Wordpress for Maximum Effect
< ?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
