搜索

首页  >  问答  >  正文

WordPress中如何使用get_permalink函数来获取当前页面URL,包括查询字符串?

<p>我正在尝试使用get_permalink函数在前端显示当前的帖子/页面URL。以下代码运行良好,但不打印查询字符串。如何显示包括查询字符串在内的完整URL?</p> <pre class="brush:php;toolbar:false;">// 短代码:[current-url] function current_url() { return get_permalink($post->ID); } add_shortcode( 'current-url', 'current_url' ); ```</pre></p>
P粉404539732P粉404539732493 天前640

全部回复(1)我来回复

  • P粉613735289

    P粉6137352892023-08-31 10:59:39

    使用此代码

    雷雷

    回复
    0
  • 取消回复