Just the thread titles -- and right now just the thread titles within the <title> HTML code in the <head> of the SHOWTHREAD template. I don't want to complicate anything.
The code you helped me figure out was to use ucwords() to force all words to be capitalized. What I'd like to do now is make it act more like the plugin that is used for new posts -- the ability to exclude using ucwords() on stop words (a, an, the, or, and, etc).
I may have confused you by discussing the CSS. I was just giving an example of "bad capitalization" in addition to using pure ucwords(). The best capitalization is content-aware, and excludes stop words.
|