Field Definitions in News Template

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
upwithit
Forum Members
Forum Members
Posts: 21
Joined: Mon Jan 05, 2009 7:23 pm

Field Definitions in News Template

Post 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.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Field Definitions in News Template

Post by Dr.CSS »

Post Reply

Return to “The Lounge”