As you can see in the demo, the default templates show the title. I guess you're doing a wrapper customization that you haven't mentioned any details of.
Your HTML source says <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title>
Your wrapper template ought to have {PAGETITLE} as the title.
Comments on missing title category
Member
Usergroup: Customer
Joined: Jan 23, 2005
Total Topics: 6
Total Comments: 15
Hi,
I'd recently upgraded to version 3.3.22 and the titles for my categories are NOT showing up when I goto the individual categories.
Here's an example: http://www.listyoursite.us/Alternative_Medicine
Please advise. Thanks!
Expert
Usergroup: Customer
Joined: Aug 19, 2005
Location: England
Total Topics: 391
Total Comments: 1303
I can see the title in that example
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
As you can see in the demo, the default templates show the title. I guess you're doing a wrapper customization that you haven't mentioned any details of.
Member
Usergroup: Customer
Joined: Jan 23, 2005
Total Topics: 6
Total Comments: 15
More specifically, I would like to see the actual title.
When I goto that category, this is what I see in the title:
"http://www.listyoursite.us/Alternative_Medicine"
I would for it to be "Alternative_Medicine". How do I do this?
Aside from replacing the WSN logo with my logo, I do not have anything fancy going on up in the header. Please advise. Thanks!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Your HTML source says
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
Your wrapper template ought to have {PAGETITLE} as the title.
Member
Usergroup: Customer
Joined: Jan 23, 2005
Total Topics: 6
Total Comments: 15
Hi Paul,
This is what I have in my original header:
<head>
<title>{PAGETITLE}</title>
<!-- <script language="JavaScript" type="text/javascript" src="templates/default/javascriptheader.js"></script> -->
<link rel="stylesheet" href="{DIRURL}/templates/styles/{STYLESHEET}.css" type="text/css">
<link rel="alternate" type="application/rss+xml" title="{SITETITLE}" href="{DIRURL}/rssfeed.php">
{MAINMETA}
{CATHEADERINFO}
</head>
Was there another template that needed to have the tage {PAGETITLE}?
Please advise. Thanks!
developer
Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California
Total Topics: 61
Total Comments: 7868
Your wrapper looks correct, so perhaps it was a bug in that version.