Skrotfooey
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hanamoto] Menu doesn't show up, and more.Yep, thanks!
Forum: Themes and Templates
In reply to: Editing appearance of archives and individual postsThanks very much! I’ll mark this resolved, since my other issue with the “modify header” stuff is probably best approached on its own, maybe in another forum. I’ll look and see where it would be appropriate.
I appreciate your help alchymyth, thanks!
Forum: Themes and Templates
In reply to: Editing appearance of archives and individual postsThanks very much for the help, I appreciate it!
I thought it was due to the links too, but didn’t want to mess about with it all until someone knowledgeable told me so. I made some changes and they worked, except now I’ve run into a weird WEIRD issue:
When I go to:
It works
But
http://www.votecosta.com/news/
Gives me the dreaded “Warning: Cannot modify header information – headers already sent by…” error.
I’ve checked the file for whitespace and eliminated it all, but still get the error.
This is highly confusing, I’ve only just started dabbling with PHP so I’m reluctant to mess about with stuff I don’t understand…
Any thoughts on how to solve this?
Thanks!
p.s. Regarding “use something like:
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />” from your response, what would I substitute for bloginfo in your reply?Forum: Themes and Templates
In reply to: Custom Template Post Title ProblemIn your css file, change:
.twoColFixLtHdr a { color: #FFF; }to another color.
I think that should do it!
Basically, unless otherwise specified, anything with an “a” tag will be white due to that code.