In terms of the coding...I am not sure which code to leave an which to take out. I get all kinds of errors on my front end.
Do I leave the following as is:
Code: Select all
{if $customfieldscount gt 0}
{foreach from=$customfields item=customfield}
{$customfield->name}: {$customfield->value}<br />
{/foreach}
{/if}
Code: Select all
{if $entry->customfieldsbyname.Yourname ne ''}
{$entry->customfieldsbyname.Yourname}
{/if}