1. 程式人生 > >織夢列表偽靜態分頁問題

織夢列表偽靜態分頁問題

dedecms列表頁偽靜態

開啟 /include/inc_arclist_view.php 找到

$geturl = "typeid=".$this->TypeID."&TotalResult=".$this->TotalResult."&";

在下面建立函式

$gettypeid =$this->TypeID."-";

可根據自己定義url

 //獲得上一頁和下一頁的連結
if($this->PageNo != 1){
    $prepage.="<a href='list-".$gettypeid."$prepagenum.html'>上一頁</a>"
; $indexpage="<a href='list-".$gettypeid."1.html'>首頁</a>"; } else{ $indexpage="首頁"; }

以上只是舉個例子 在分頁這塊加入自己想要的結構分類,最後再偽靜態規則裡面全部設定好就OK了,這塊可以去掉文章總數這塊