使用 stash 获取当前条目的评论的最佳方式(DRY)是什么?
到目前为止,我使用嵌入模板来呈现所有评论和评论表单。但这在 stash 中不起作用——难道没有比嵌入式模板更聪明的方法吗?
{exp:channel:entries channel='news' limit='1' dynamic='on' require_entry='yes' track_views='one'}
…
{exp:stash:set name='entry_comments' parse_tags='yes'}{embed='_interactive/comments' channel='{channel_short_name}' comment_total='{comment_total}' {if allow_comments}allow='yes'{/if}}{/exp:stash:set}
…
{/exp:channel:entries}