
Donna
Staff
/ Moderator

Sep 30, 2003, 2:14 PM
Post #2 of 3
(3888 views)
Shortcut
|
|
Re: [matrix] Title Tag - Specific for each NM article?
[In reply to]
|
Can't Post
|
|
Hi matrix! Thanks for your post. :) The default News Manager templates actually set the <title> tag to include the $name$ placeholder. To set the title so that it's only the article title, open the _article.html template, and find this bit of code (it's at the very top of the template):
<html> <head> <title>Current Events - $name$</title> Change that to:
<html> <head> <title>$name$</title> The $name$ placeholder is the title of the article, and you can put that anywhere in your article template. :) I hope this helps! Let me know if you have any other questions or concerns. :) Donna -- support@interactivetools.com
|