管理员

- 积分
- 1
- 登陆
Warning: Illegal string offset 'loginnum' in /www/wwwroot/kyuanma.com/e/data/tmp/dt_temptext13.php on line 257
次
- 私信
- 注册时间
Warning: Illegal string offset 'registertime' in /www/wwwroot/kyuanma.com/e/data/tmp/dt_temptext13.php on line 261
Warning: date() expects parameter 2 to be long, string given in /www/wwwroot/kyuanma.com/e/data/tmp/dt_temptext13.php on line 261
- 最后登陆时间
Warning: Illegal string offset 'lasttime' in /www/wwwroot/kyuanma.com/e/data/tmp/dt_temptext13.php on line 263
Warning: date() expects parameter 2 to be long, string given in /www/wwwroot/kyuanma.com/e/data/tmp/dt_temptext13.php on line 263
|
许多织梦dedecms站长在做网站尤其是做企业网站的时候总是会发现调用文章不合适的事情发生,调用的文章的关键词总是没有我们想要的。
比如我们网站里有很多文章中含有“织梦学习网,dedecms学习”的词,那么想在网站首页、频道页、文章页等页面调用含有“织梦学习网,dedecms学习”这个词的一些文章,怎么调用呢?下面就告诉大家答案:
很简单,只需要在调用文章的地方加入以下代码:
1 |
{dede:arclist row=5 titlelen=36 orderby=pubdate keyword='织梦学习网,dedecms学习' typeid='栏目id'} |
2 |
< li >[field:textlink/]</ li > |
|
上面的标签中的keyword的值就是想要调用的相关关键词,可以根据自己的需要进行修改。
|
|