Meta Title Tags

alt=
Salfas
@salfas
10 years ago
3 posts
Hi,

I am using Jamroom 5. Is it possible to add dynamic title tags - I mean different title tags for different pages (profile/media/events/venues etc.)

Thanks.

Salfas
updated by @salfas: 02/16/14 10:35:43AM
douglas
@douglas
10 years ago
2,790 posts
The Nova skin is already setup with titles for the browser title bar, is that what your referring to?


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
Salfas
@salfas
10 years ago
3 posts
Hi Douglas,

I am using Maestro3 and managed to find the meta.tpl file which can be modified for dynamic titles. Am still trying to work out the description part.

Thanks!
douglas
@douglas
10 years ago
2,790 posts
Sorry, thought you were using Nova for some reason.

You can use one of the Jamroom5 skins for a reference if you need to.

Glad you've got figured out though. :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
michael
@michael
10 years ago
7,714 posts
The description you can do the same way

/skins/xxMySkin/sometemplate.tpl
{$title = "this is the title for the page"}
{$description = "this is a longer description for the meta tags"}
{jrCore_include template="header.tpl"}

and {$title} and {$description} should be available in header.tpl I would expect.

Tags