Viewing 2 replies - 1 through 2 (of 2 total)
  • ‘<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/yourcssfilehere.css” type=”text/css” media=”screen” />’

    Took me forever to find it on a third-party site, this is way not obvious from the documentation. I was hung up on working with get_theme_root and all kinds of irrelevant calls for days.

    Another option is to add calls to your additional sheets via import statements at the very top of style.css – e.g.:

    @import url(style2.css);
    @import url(style3.css);
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘multiple css files’ is closed to new replies.