How do I link a CSS file to my page?
-
I am trying to create a new Page template, and I want to use a CSS stylesheet for it that is different from the main theme. To link the CSS file for the main theme, I used this code:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
But I’m not sure how to modify it –or if I can– to be calling the non-default stylesheet.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How do I link a CSS file to my page?’ is closed to new replies.