SDCMS首页调用单页简介或单页内容的方法
1.首页调用单页简介的方法为:
{sdcms:rs table="sd_model_page" where="classid=1"}
{sdcms.dehtml($rs[intro])}
{/sdcms:rs}
2.首页调用单页内容的方法为:
{sdcms:rs table="sd_model_page" where="classid=1"}
{$rs[content]}
{/sdcms:rs}
说明:以上两种方法中“classid=1”表示调用栏目编号为1,请更换为自己需要的ID