Where is the link to the stylesheet located
Hi,
I am trying to accomplish what the link below describes how to do... effectively create css that only affects the search results pages.
http://wordpress.org/support/topic/search-results-custom-css
If you look at the link you'll see I am going to need to use PHP to change how the stylesheet (CSS) is called for. However, I can't find where the theme calls for the stylesheet. I would of assumed it would have been in header.php or theme-header.php however it's not as far as I can see.
Can anyone direct me to it?! I expect as the link says the code will be something like:
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
Thanks in advance,
Dave
P.S. I don't know if this effects the answer at all but it may be worth noting I am using a Child theme with its own stylesheet to make changes to Classipress as well.