Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: News Manager & Job Manager:
Title Tag - Specific for each NM article?

 

 


matrix
User

Sep 30, 2003, 11:54 AM

Post #1 of 3 (3892 views)
Shortcut
Title Tag - Specific for each NM article? Can't Post

I haven't installed a NM for a year or so and wondered if it's now possible to have the <title> tag for each published article to reflect the name of the article? I know AM does it (way to go Dave) but need it for NM, which is a perfect solution for a site I'm working on.

Many thanks.
Happy Interactive Tools product user since 1999


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):


Code
<html> 
<head>
<title>Current Events - $name$</title>


Change that to:


Code
<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


matrix
User

Oct 1, 2003, 2:53 PM

Post #3 of 3 (3885 views)
Shortcut
Re: [Donna] Title Tag - Specific for each NM article? [In reply to] Can't Post

Super!

Thanks so much.
Happy Interactive Tools product user since 1999