IDDaustinS
Forum Replies Created
-
Forum: Themes and Templates
In reply to: easel theme: single.php and comments.phpRight… That is why it is able to reference the default style sheet in the themes main directory. In header.php I have referenced my other style sheets by using the full server path name. I’m simply not understanding why these php pages are ignoring the header, but other pages are not. I can try making a copy of the other style sheets and placing them in the default theme path and renaming it… Is that what you are getting at?
Forum: Themes and Templates
In reply to: easel theme: single.php and comments.phpI’m sorry. I’m not understanding why your function would assist me? I know what Styles are being referenced and where the files are. What I don’t understand is why the single.php file, which makes the header call, loads the web page incorrectly. However all other pages make the same header call and load just fine. It’s only when reading a post or making a comment in the single post view. It’s something about those two pages on this template. It’s almost like they are not truly making the full header call. When I compare the source code from page to page things appear somewhat similar, but in different orders.
I need to use both style sheets, but I can’t figure out why these pages are dropping the style sheet referenced in the header when it makes the header call…