Inserting Multiple Stylesheets & Javascript
-
I’m creating a custom theme and have attached my default stylesheet using the appropriate tag like this:
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
This works fine but I’d like to be able to attach another stylesheet and was wandering which tag I need to do this seeing as the above tag includes the full URL to style.css.
Also I want to do the same thing with Javascript. I presume the same tag would work for this but not sure how to call it.
Many thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Inserting Multiple Stylesheets & Javascript’ is closed to new replies.