dedecms v57分页显示共 0 页0 条记录
代码错了,当然不分页
请用以下代码试试
{dede:list pagesize='10'}
<table border=0 cellspacing=2 cellpadding=2 width="100%">
<tbody>
<tr>
<td rowspan=2 width="30%" align=middle>[field:imglink/]</td>
<td width="70%"><a href="[field:filename/]">[field:title/]</a></td></tr>
<tr>
<td>[field:info/]</td></tr></tbody></table>ss="intro"> [field:description/] </p>
</li>
{/dede:list}
</ul>
</div>
<!-- /listbox -->
<div class="dede_pages">
<ul class="pagelist">
{dede:pagelist listitem="info,index,end,pre,next,pageno,option" listsize="5"/}
采集内容不包含分页部分,只需要含文章内容。
在测试页面下面的分页规则那里填写好分页就可以了,系统自动采集分页的。
因为每个分页的包含内容的代码都是相同的,系统就会自动判断。
应该是你的分页标签错误 下面是织梦原版分页标签:
<div class="dede_pages"><ul class="pagelist">
{dede:pagelist listitem="info,index,end,pre,next,pageno,option" listsize="5"/}
</ul>
</div>
下面是样式表:
dede_pages{ width:100%; overflow:hidden; margin: 5px; float:left; }dede_pages ul { float: left; list-style: none outside none;}
dede_pages ul li { border: 1px solid #ff6633; float: left; font-family: Tahoma; line-height: 16px; height: 20px; margin-right: 6px; padding:2px;}
dede_pages ul li select{ height:20px;}
dede_pages ul li a { color: #555555; display: block; float: left; padding: 2px 6px; text-decoration: none;}
dede_pages ul li a:hover { background:#ff6633; color:#FFF;}
dede_pages ul lithisclass, dede_pages ul lithisclass a, pagebox ul lithisclass a:hover { background-color: #ff6633; font-weight: bold; padding: 2px 8px;}
dede_pages pageinfo { color: #999999; line-height: 21px; padding: 12px 10px 12px 16px;}
dede_pages pageinfo strong { color: #555555; font-weight: normal; margin: 0 2px;}
织梦。在dedecms中具有分页浏览的新闻列表页新闻栏目内容调用标是织梦,如果某个字段需要在前台列表页显示,则在前台参数中勾选“使字段可以在列表的底层模板中获得(自定义字段默认仅能在文档模板显示。
1、其实就是在css里写好样式就可以了
2、要注意哦,织梦列表页分页样式默认是带有li标记的
3、可以修改列表系统文件删除li标记,当然也可以直接在css里定义li样式
4、下面是织梦各列表的php文件,可以自己修改包括实现其他功能等
include/ 下
arclistviewclassphp 栏目列表分页样式
arcarchivesclassphp 内容列表分页样式
arctaglistclassphp TAG列表分页样式
arcfreelistclassphp 自由列表分页样式
arcsearchviewclassphp 搜索列表分页样式
梦客吧织梦模板
为您解答
望采纳
0条评论