Page is a not externally linkable
roclimb - 6:17 pm on Mar 27, 2012 (gmt 0)
Thanks everyone for all the help: I tried this and it mostly works but I am not accessing the 2nd stylesheet for some reason.
I called the custom header from a page like this
<?php get_header('header_state'); ?>
It works fine and places the header on the page and I called the css file in this custom header like this:
<link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>//localhost:8888/cnb_press/wp-content/themes/cnb-zip1/state_style.css" media="screen" />
but my page is still accessing the index.php style.css for some reason. I am on a MAMP and not live.
Any ideas why I am not getting this right?