织梦id删除后 怎么从0重新排序
son
{dede:channelartlist typeid='3,3'}<a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a>
<hr><!-- 这里我们加一个横线,已区分顶级栏目、子栏目,此处为注释文字,可以删除-->
{dede:channel type='son' noself='yes'}
<a href="[field:typelink/]">[field:typename/]</a><br />
{/dede:channel}
{/dede:channelartlist}
不过,这里边指的是调用栏目下的子栏目
你可以测试一下
你的顶踩功能是系统自带的还是自己开发的,如果是系统自带的,试试
{dede:arclist orderby="scores"}<li><a href="[field:typeurl/]" title="[field:fulltitle/]" >[[field:typename/]]</a><a href="[field:arcurl /]">[field:title /]</a></li>
{/dede:arclist}
这个是按得分排序 orderby="scores"
先进入dedecms后台,在系统选项里运行SQL命令 :
truncate table `dede_arctiny`;truncate table `dede_archives`;
truncate table `dede_addonarticle`;
参考教程:http://wwwxiuzhanwangcom/dedecms_wt/803html
{dede:arclist typeid='' orderby='pubdate' titlelen=34 row=10}
<li><a target="_blank" href="[field:arcurl /]">[field:title/]</a></li>
{/dede:arclist}
orderby='pubdate' 按出版时间排列
orderby='' 表示排序方式,默认值是 senddate 按发布时间排列。
orderby='hot' 或 orderby='click' 表示按点击数排列
typeid='' 为空 表示调用当前栏目最新文章
楼主可以试试看看 行就给分吧 更多请关注百度空间:http://wwwbaiducom/p/疯子小组
0条评论