global.autoindex dede:global.itemindex 获取子栏目自动排序序

{dede:channel row=6 typeid=7 } [field:global.autoindex runphp=yes] if(@me==2 || @me==5)@me = li style=border:none;; else @me = li; [/field:global.autoindex] a href=http://www.5loveb.com/[field:typelink/][field:typename/]/a /li {/dede:chann
{dede:channel  row='6' typeid=7 }                   [field:global.autoindex runphp='yes']                  if(@me==2 || @me==5)@me = ' <li style="border:none;">';           else @me = ' <li>';          [/field:global.autoindex]                  <a href='http://www.5loveb.com/[field:typelink/]'>[field:typename/]</a> </li>        {/dede:channel}   {dede:channelartlist}       <div class="channel_boxa">     <div class="channel_boxb"><a href="http://www.5loveb.com/{dede:field name='typeurl'/}">{dede:field name='typename'/}{dede:global name=itemindex /} 或者 {dede:global.itemindex/}</a></div>     {/dede:channelartlist}     {dede:channelartlist} {dede:global.itemindex runphp='yes'}     if((@me%2)==0)@me = "<div class='channel_boxa'>";     else @me = "<div class='channel_boxb'>";         {/dede:global.itemindex}   {/dede:channelartlist}
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

我们就以会员首页的模板来作为例子,讲解怎么调用网站的顶级栏目 平常前台模板的调用如下: {dede:channel type=top row=10}lia href=[field:typeurl/][field:typename/]/a/li{/dede:channel} 但是我们直接去到会员模板就无效了,会输出十条数据,但是底层模
对DEDE代码有一定了解的朋友们应该了解,dede模版支持部分的PHP代码,那我们就利用这一点来实现它; {dede:channel type=top row=3} lia href=[field:typeurl/] [field:id runphp=yes] if(@me==9){ @me=target=_blank;} else {@me=;}[/field:id][field:typen
昨天自己做站玩的时候发现一个问题 productimagelist中调用不出来图片的缩略图,然后还想要给每个上传的图片都加缩略图 本来呢和qjpemail斑竹聊的时候决定改后台添加图集的文件,由于后台用的是swfupload,所以改保存文件的地方,直接顺便生成一个缩略图 结
今天我简要地说一下怎么调用频道栏目下文章总数,也就是实现一个文章的数目的统计
今天我来讲解一下如何操作织梦后台-添加文章篇,前提我们把需要的栏目建好,然后在对应栏目下边添加文章...
{dede:pagelist listitem=info,index,end,pre,next,pageno listsize=5/} DEDE的页面都分动态和静态两种方式显示,显然标签的解析函数也会有两个,分别对应静态和动态页面。 修改列表页的{dede:pagelist /}标签,首先我们要确定自己列表页是动态还是静态的页面