/ Published in: PHP
Used in my post on how to optimize WordPress, which can be found here: http://www.brettwidmann.com/2010/01/optimizing-your-wordpress-site-pt-2/
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
URL: http://www.brettwidmann.com