I need the HTML Title tag in the the HTML header to be the same as the blog entry's title.
Any idea how to do this?
JD
Reported on Movable Type 4.0x
I need the HTML Title tag in the the HTML header to be the same as the blog entry's title.
Any idea how to do this?
JD
Reported on Movable Type 4.0x
What movable type blog type are you using?
Classic blog, community, professional web site, forum?
It's a classic blog...
Currently the HTML title tag just holds the Blog name - but we need it to be the title of the entry - when it's on a entry. I get an error from MT when I try to put in there because it's outside the entry tag - which makes sense.
I guess that you've changed the "entry" template.
The default value should have been:
<title><$mt:EntryTitle encode_html="1"$> - <$mt:BlogName encode_html="1"$></title>
What you've expressly asked for is doable using:
<title><$mt:EntryTitle encode_html="1"$></title>
So just make sure to add one of the above mentioned lines to your "Entry" archive template.
Thanks I'll give this a try. The template was inherited from a previous designer and is originally from MT version 2 I think. I have no idea what is was before he started messing with it :)
You're welcome! Using the above would be enough ;)
and now may i know how is the progress of your project? or should i say, site?
Eversheds Debt
The above suggestion worked perfectly - thanks
You're welcome!