Wordpress 通过 post id 获取文章 url

Posted ryanzheng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress 通过 post id 获取文章 url相关的知识,希望对你有一定的参考价值。

global $post;
echo get_permalink($post->ID);  

函数详解:

Codex - get_permalink()

 

注意:有些链接是通过 SEO 重定向的,比如修改过链接的,这个函数是可以直接获取到最新修改过链接的 url

 

参考链接:

https://stackoverflow.com/questions/34789792/wordpress-echo-current-post-permalink/34789900

以上是关于Wordpress 通过 post id 获取文章 url的主要内容,如果未能解决你的问题,请参考以下文章

WordPress文章调用

wordpress如何调用单篇文章里面的所有附件图片?

get_posts()函数wordpress调用指定ID文章多篇文章

wordpress按分类获取文章上下页

Wordpress 获取 custom post type 的当前文章 分类信息

wordpress统计某个标签下的文章总数