问题描述
我正在尝试创建自定义页面example.com/free,以获取所有免费帖子和example.com/pro 得到所有付费帖子,但我无法解决这个问题:
{{!< default}}
{{#post}}
<div class='c-archive'>
<h1 class='c-archive__title'>{{ title }}</h1>
</div>
<div class='o-grid'>
{{#get 'posts' filter="visibility:paid"}}
{{#foreach posts}}
{{> post-card }}
{{/foreach}}
{{/get}}
</div>
{{/post}}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)