• Hi, I have a couple of years in which I don’t code and I’ve forgot pretty much about everything. Geez!

    So I want to do a custom template in my normal theme. This template is meant to have its own header and footer. So I’ve created the header. However I also have a custom css file specifically done for this template… and I don’t know how to call it!

    The default header has this css call:
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />

    I put this in my alternate header:
    <link rel="stylesheet" type="text/css" href="<?php bloginfo(TEMPLATEPATH . 'my_custom.css'); ?>" media="screen" />

    Surprisingly enough it doesn’t work. Can you direct me here please?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘CSS call on custom header’ is closed to new replies.