I am currently in the process of adding a complete website template into cmsms. I have done this before, but never encountered this perticular problem with News:
I want my {$entry->morelink} to be styled in a button. My original template is here:
http://gamekeeper.ca/nouveau-site/Blog.html
and the code to add the button is as follow:
Code: Select all
<a href="Single.html" class="button">Read more</a>
http://gamekeeper.ca/cmsms/index.php?pa ... s&hl=fr_FR
(sorry, the result in english is not ready yet!)
So all I want here is to add the class directly into the link generated with the smarty tag. I tried this:
Code: Select all
{$entry->morelink class="button"}
And adding the button class in the surrounding div didn't help either.
Also, my site is bilingual, so I do apreciate the fact that the morelink displays the chosen text in both french and english.
Thank you for your help in advance!