two post titles?
-
I’ve gotten around this before with some CSS, but it’s not working for me this time.
Basically, what I need is, in the title section when I create a post, I need to keep my posts grouped together by month, So I’ve been putting in (for the title) “November 2006 – post title”. Then, in the body area, the first line I add is the actual name of the post: “post title”. This way, when I do certain things, I can easily see which posts go with what month. I use CSS to hide the actualy title, and place h1 tags around the one with in the body and style that one ot be shown.
This has worked great so far – I can have the actual title be something completely different than what shows on the page as the main header (came in really handy when I had a site that needed the sidebar linsk to simply say “About” but they wanted the page header to say something compeltely different). However, now I’m running into an inssue that this workaround *can’t* fix.
So is there a way I can somehow add a secondary title field between the post title field that’s already there, and the body field? It doesn’t necessaily have to be a new field in the admin area – although that would be nice – but just some way, perhaps in the mina index template by using some kind of PHP call, I could get that secondary header?
I have an alternate workaround, but it’s way ugly, and I’d rather avoid it if there’s a better way.
The topic ‘two post titles?’ is closed to new replies.