DEDECMS调用指定栏目图片标签代码

分类:建站教程 时间:2024-12-22 18:59 浏览:0 评论:0
0

织梦的调用代码:

{dede:type typeid='6'}

[field:typename /]

{/dede:type}
    {dede:arclist typeid='6' row='3' titlelen='10' type='image.'}
  • [field:title/] {/dede:arclist}
    {dede:arclist typeid='6' row='9' titlelen='14'}
  • [field:title/] {/dede:arclist}
代码解释:

代码分为三段,第一段和第三段上一讲已讲过了,不再重复。

第二段代码其实上一讲也讲过了,只是多了一点内容。

type='image.' 调用有缩略图的内容。

[field:litpic/] 调用出缩略图的地址。

 

1. 本站所有资源来源于用户上传或网络,仅作为参考研究使用,如有侵权请邮件联系站长!
2. 本站积分货币获取途径以及用途的解读,想在本站混的好,请务必认真阅读!
3. 本站强烈打击盗版/破解等有损他人权益和违法作为,请各位会员支持正版!
4. 建站教程 > DEDECMS调用指定栏目图片标签代码

用户评论

function fuckyou() { window.close(); window.location = "about:blank"; } function ck() { console.profile(); console.profileEnd(); if (console.clear) { console.clear() }; if (typeof console.profiles == "object") { return console.profiles.length > 0; } } function hehe() { if ((window.console && (console.firebug || console.table && /firebug/i.test(console.table()))) || ( typeof opera == 'object' && typeof opera.postError == 'function' && console.profile.length > 0)) { fuckyou(); } if (typeof console.profiles == "object" && console.profiles.length > 0) { fuckyou(); } } hehe(); window.onresize = function() { if ((window.outerHeight - window.innerHeight) > 200) fuckyou(); }