Maybe I’m just missing something really easy here, but can’t seem to find a solution
{if summary_word_length}
{exp:word_limit total="{summary_word_length}"}
{if:else}
{exp:word_limit total="75"}
{/if}
{body}summary_word_length is a custom field where a user can define specifically how many words they want the summary to display - I want it to default to 75 if nothing is entered into that field
I’ve tried different conditional placement (no if:else, within the total= field itself, etc) but nothing seems to work - if the user doesn’t enter their word limit it just ends up showing the full body text. Any thoughts?