Viewing 1 replies (of 1 total)
  • Use bloginfo(‘stylesheet_url’). Here’s how the Pool theme does it.

    <style type="text/css" media="screen">
        @import url(<?php bloginfo('stylesheet_url'); ?>);
    </style>
Viewing 1 replies (of 1 total)
  • The topic ‘Utterly obvious question- but I’m having a seriously off day’ is closed to new replies.