Search found 2 matches
- Mon Dec 28, 2015 1:01 am
- Forum: CMSMS Core
- Topic: Custom meta tag "description" in News
- Replies: 3
- Views: 4210
Re: Custom meta tag "description" in News
THX for you reply but it doesn't work for me >:( News Detail template {* News module entry object reference: ------------------------------ ... ==== Below, you will find the normal detail template information. Modify this template as desired. *} {$canonical = $entry->canonical scope=global} {if empt...
- Tue Dec 22, 2015 11:39 am
- Forum: CMSMS Core
- Topic: Custom meta tag "description" in News
- Replies: 3
- Views: 4210
Custom meta tag "description" in News
Hi, I'm trying to have custom "meta description" tag in CMS Made Simple 2. I have in section this code and it works. <meta name="Description" content="{description}"> The problem is in News module. There isn't field to fill description tag. So I can't write description....