织梦dedecms专题列表页页实现分页

无论在织梦dedecms图片列表页还是在内容列表页中如果有很多的内容,都会分页显示,在专题节点内容列表页中当然如果有很多内容的话,也是需要分页显示的,所以在使用织梦分页标签的时候需要做一些文件上的修改。

打开/include/arc.specview.class.php,找到
$ctag = $this->dtp->GetTag(“page”);
在下面插入以下代码
if(!is_object($ctag))
{
$ctag = $this->dtp->GetTag(‘list’);
}

专题list模板页,使用以下代码

{dede:list pagesize=’10′}
<a href=http://www.dede58.com/”[field:arcurl/]“>[field:title/]</a>
{/dede:list}
{dede:pagelist listitem=”info,index,end,pre,next,pageno” listsize=”4″/}

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/25a994a74605759979952a83a1f0f090.html