我想使用“getResources”在我的主页上显示“文章”额外的文章。
这是我主页的代码:
[[getResources? &parents=`52` &tpl=`sample.ArticlesLatestPostTpl` &showHidden=`1` &includeContent=`1` &includeTVs=`1` &processTVs=`1` ]]
这是我的sample.ArticlesLatestPostTpl
:
<li>
[[*myimage]]
<a href="[[~[[+id]]]]">[[+pagetitle]]</a>
[[+publishedon:notempty=`<br /> - [[+publishedon:strtotime:date=`%b %d, %Y`]]`]]
</li>
我的模板变量是[[*myimage]]
但是我看不到文章的模板变量。相反,我看到了主页的模板变量。
有人可以帮助我吗?