Skip to content

Instantly share code, notes, and snippets.

@sheldonh
Created August 27, 2009 22:28
Show Gist options
  • Save sheldonh/176630 to your computer and use it in GitHub Desktop.
Save sheldonh/176630 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/reset-fonts-grids.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
gives me:
<link rel="stylesheet" href="http://www.lensflairphotography.co.za/wordpress/wp-content/themes/default/reset-fonts-grids.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://www.lensflairphotography.co.za/wordpress/wp-content/themes/lensflair/style.css" type="text/css" media="screen" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment