dedecms织梦移动端利用正则来自定义输出上一篇下一篇

前端之家收集整理的这篇文章主要介绍了dedecms织梦移动端利用正则来自定义输出上一篇下一篇前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Box-sizing:border-Box;margin-top:0px;margin-bottom:10px;"> 手机端由于版面的特殊性,一般很少使用1,2,3,4这样的分页习惯,直接用上一篇下一篇代替,代码如下:

Box-sizing:border-Box;margin-top:0px;margin-bottom:10px;">

{dede:prenext get=pre runPHP=yes}
$preurl = @me;
preg_match('/aid=(\d*)/',$preurl,$match);
$result = GetOneArchive($match[1]);
@me = !empty($result) ? "上一篇" : "上一篇:没有了";
{/dede:prenext}

  • {dede:prenext get=next runphp=yes} $preurl = @me; preg_match('/aid=(\d*)/',$match); $result = GetOneArchive($match[1]); @me = !empty($result) ? "下一篇:" : "下一篇:没有了"; {/dede:prenext}
  • Box-sizing:border-Box;margin-top:0px;margin-bottom:10px;">

    猜你在找的Dedecms相关文章