发新话题
打印

请问上下分页调用具体是要怎么改?

请问上下分页调用具体是要怎么改?

[模板制作]分页条中的上下分页调用


也是看到wp的模板才想起的,zblog中分页条的上一页,下一页调用,并且在没上页或下页该标签会自动隐藏哦

上一页: <#template:pagebar_previous#>
下一页: <#template:pagebar_next#>

其文字分别对应语言包中

Const ZC_MSG156="之后的文章 »"
Const ZC_MSG155="« 更早的文章"


请问以上的这个上下分页调用具体是要怎么改,我改出错了,请不吝指教。

TOP

TEMPLATE\default.html  catalog.html 中
<#ZC_MSG042#>:<#template:pagebar#>替换成
<#template:pagebar_previous#> <#template:pagebar_next#>
默认语言包: LANGUAGE\SimpChinese.asp

TOP

发新话题