Rosie-L
Member
Posted 2 years ago #
When I make a post sticky, I sometimes won't want either a title (i.e. subject) or the line underneath it that displays:
by AuthorName on May 5, 2010[edit]:
In other words, I'm treating the sticky post as a sort of a note pushed to the top.
Not entering a title is simple enough, but is there any way to get rid of the author/date line *ONLY* for specific posts?
TIA
- Rosie
This should be easy to do with CSS but it will also be theme specific ... without a link to your site and your current active theme I can offer little more.
Rosie-L
Member
Posted 2 years ago #
Thanks cais, I figured it out. Thesis theme, and with a bit of research I figured out the CSS to put into custom.css
#post-32 .headline_meta {display:none;}