Wordpress 通过 post id 获取文章 url
Posted ryanzheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress 通过 post id 获取文章 url相关的知识,希望对你有一定的参考价值。
global $post; echo get_permalink($post->ID);
函数详解:
注意:有些链接是通过 SEO 重定向的,比如修改过链接的,这个函数是可以直接获取到最新修改过链接的 url
参考链接:
https://stackoverflow.com/questions/34789792/wordpress-echo-current-post-permalink/34789900
以上是关于Wordpress 通过 post id 获取文章 url的主要内容,如果未能解决你的问题,请参考以下文章
get_posts()函数wordpress调用指定ID文章多篇文章