I’m using {summary} in a template followed by a permlink, when the link is clicked how do i get {body} displayed and not {summary}?
Thanks v much
Lee
MY SUMMARY SNIPPET
{exp:weblog:entries weblog="{my_weblog}” orderby=“date” sort=“desc” limit=“15” disable=“member_data|trackbacks”}
{title}
{entry_date format=' %l, %F %d, %Y '}
Posted by {author} on {entry_date format='%m/%d'} at {entry_date format='%h:%i %A'}
{summary}
Permalink
{/exp:weblog:entries}