织梦dedecms自定义输出移动版上一篇下一篇文章

4

5

6

7

8

9

10

11

 

<li>{dede:prenext get=pre runphp=yes}

$preurl = @me;

preg_match('/aid=(\d*)/',$preurl,$match);

$result = GetOneArchive($match[1]);

@me = !empty($result) ? "上一篇:<a href=\"/m{$result['arcurl']}\">{$result['title']}</a>" : "上一篇:没有了";

{/dede:prenext}</li><li>{dede:prenext get=next runphp=yes}

$preurl = @me;

preg_match('/aid=(\d*)/',$preurl,$match);

$result = GetOneArchive($match[1]);

@me = !empty($result) ? "下一篇:<a href=\"/m{$result['arcurl']}\">{$result['title']}</a>" : "下一篇:没有了";

{/dede:prenext}</li>

 

电脑版上一篇下一篇文章调用如下:

1

2

3

4

5

6

 

<li>

<a href="{dede:prenext get=pre runphp=yes}$url = @me;preg_match('/href=[\'\"]?([^\'\"]+)/', $url, $match);@me = $match[1];{/dede:prenext}">上一篇</a>

</li>

<li>

<a href="{dede:prenext get=next runphp=yes}$url = @me;preg_match('/href=[\'\"]?([^\'\"]+)/', $url, $match);@me = $match[1];{/dede:prenext}">上一篇</a>

</li>

 

织梦dedecms自定义输出移动版上一篇下一篇文章

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

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