因为content字段是在附表当中,所以想要调用需加一个参数moreinfo="1"
{pc:content action="lists" catid="栏目ID" moreinfo="1" order="listorder DESC" num="1"}
{loop $data $r}
<h3 class="agileits-title">About Us</h3>
<h4>{$r[title]}</h4>
<p><i>{$r[description]}</i>{$r[content]}</p>
{/loop}
{/pc}