Hi everyone! I am about to incorporate all of my old HTML based pages into my WordPress/Thematic install and I need to have line breaks in a lot of the page titles. Is there some way to achieve this? A plug-in or a function perhaps? I tried adding <br /> but it shows up as part of the title. I'm stumped.
ThemeShaper Forums » Thematic
More Control Over Page Titles
(5 posts)-
Posted 2 years ago #
-
Hi Dale,
tried it and it works here.
Chris
Posted 2 years ago # -
Thanks Chris! I don't know why it wasn't working on my local copy but it is on my hosted site. Putting a break in the titles is mashing the title all together in the Browser Title Bar though. I guess there is nothing I can do about that. Is there a separate CSS class for page titles? I'm seeing .entry-title in Firebug. I want to justify the titles for pages but not for posts.
Posted 2 years ago # -
Dale, just add the body class:
.page .entry-title { background: red;}Chris
Posted 2 years ago # -
Duh, I should have known that. Thanks so much Chris.
Posted 2 years ago #
Reply
You must log in to post.