Page 1 of 1

Field Definitions in News Template

Posted: Thu May 29, 2014 2:54 pm
by upwithit
Hi, running CMS Made Simple 1.11.8 on a site, and having some trouble displaying some field definitions in a very simple custom Summary Template.
The field definitions I added were "Slide URL," "Slide Link URL," and "Slide Link Text."
My template:

{foreach from=$items item=entry}
<li><img src="{$entry->slide_url}" width="1170" height="516"><div class="slide-caption"><h1>{$entry->title}</h1><h2>{eval var=$entry->content}</h2><h4><a href="{$entry->slide_link_url}" class="slide-cta">{$entry->slide_link_text} +</a></h4></div></li>{/foreach}

None of the field definitions are showing up on the rendered page, though -- they're blank.

Any ideas?
Thanks.

Re: Field Definitions in News Template

Posted: Fri May 30, 2014 4:35 pm
by Dr.CSS