I need help making a statement that would show
{body}{summary}is missing.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 24, 2007 1:48pm
Subscribe [2]#1 / Aug 24, 2007 1:48pm
I need help making a statement that would show
{body}{summary}is missing.
#2 / Aug 24, 2007 7:26pm
{exp:weblog:entries weblog="weblog1"}
{if summary==""}
{body}
{/if}
{/exp:weblog:entries}should do the trick. You can find all about conditionals in the docs.