如何从Craft的其他部分获得单曲的标题?

时间:2019-11-14 00:03:14

标签: twig craftcms

我想引用另一首单曲的标题字段(或任何其他字段) 我该如何访问?

{% set props = {
   myTitle: craft.entries.section('mySingle').title ?? null
}%}
<h1>{{props.myTitle}}</h1>

返回null

0 个答案:

没有答案