1
Hello Guys,
I would like something like this to work, unfortunately, <{continue}> doesn't work. I want it to skip the iteration if there is no photo. Please help, thanks!
<{foreach item=item from=$block.items name=photoLoop}>
<{if $item.photo}><{$item.photo}> |
<{else}><{continue}>
<{/if}>
<{/foreach}>