Best way of adding CSS which can be manipulated by the user via theme option panels?
One way of doing this would be to create a “CSS” file from PHP. In other words, create a file, call it something like style.css.php, and at the beginning of the file put: <?php header(“Content-type: text/css”); Then, link that file in the head of your theme file. Because the style.css.php file is a PHP file, … Read more