0

使用 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}
4

1 回答 1

1

来自 Mark Croxton 的这个要点适用于包含评论的文章列表页面。它的作用比您在场景中描述的要多一些,但您也许可以使用其中的一些概念。

于 2012-11-08T22:40:11.300 回答