首页 > CMS > 织梦DEDE > 正文

织梦CMS首页调用专题页描述和链接方法

2024-07-09 22:51:42
字体:
来源:转载
供稿:网友

首页调用如何专题页描述和链接?

  1. {dede:arclist  id=11 row=1  channelid="-1"  type="spec." }

/*如需同时调用多个,可设置row=n,我这里只调用了一条,还可以做相应的排序处理orderby=pubdate */

  1. <div class="record_product_description">
  2. [field:array runphp='yes']
  3. global $dsql;
  4. @me [email protected]['id'];
  5. $sql = "select t.description from addonspec a, archives t where a.aid=t.id and t.id=11";
  6. $dsql->Execute('a',$sql);
  7. $one = $dsql->GetArray('a');
  8. @me =substr(Html2Text($one['description']),0,660);
  9. [/field:array]... 
  10. </div>
  11. <div class="record_more"><a href="[field:arcurl/]">[field:typename/]</a></div>
  12. {/dede:arclist}
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表