One of the incorrect way theme developers add their CSS to their theme is via the bloginfo('stylesheet_url'); tag in the header.php. This is a bad idea. A better way to do this is via the functions.php file, much in the same way you properly link to JavaScript files a WordPress theme. Here is the code … Continue reading Adding CSS to WordPress Theme Via functions.php File
Tag: functions.php
WORDPRESS FUNCTIONS.PHP SNIPPETS
http://www.wpfunction.me/ lets you easily and quickly create a functions.php file by checking off what functions you want.