织梦文章页单独调用上一篇下一篇URL网址链接方法

织梦dedecms文章页单独调用上一篇下一篇URL网址链接的方法

上一篇文章URL链接:

{dede:prenext get='pro' runphp="yes"}

preg_match_all('/<a.*?(?: |\t|\r|\n)?href=['"]?(.+?)['"]?(?:(?: |\t|\r|\n)+.*?)?>(.+?)</a.*?>/sim', @me, $strResult, PREG_PATTERN_ORDER);@me=$strResult[1][0];

{/dede:prenext}

 

下一篇文章URL链接:

{dede:prenext get='next' runphp="yes"}

preg_match_all('/<a.*?(?: |\t|\r|\n)?href=['"]?(.+?)['"]?(?:(?: |\t|\r|\n)+.*?)?>(.+?)</a.*?>/sim', @me, $strResult, PREG_PATTERN_ORDER);@me=$strResult[1][0];

{/dede:prenext}

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容