如何在同一页面底部添加文章页面网址?
我在 wordpress 中创建了一个文章目录。我想在同一页面的末尾添加文章网址。 如何编写该代码。 例如 http://ezinearticles。 com/?摩托车音频---配件带头盔和扬声器&id=6279817
这里在最后给出了 url。 谢谢。
I started an article directory in word press. I want to add article url at the end of the same page.
How to write that code.
for example http://ezinearticles.com/?Motorcycle-Audio---Accessorize-With-A-Helmet-With-Speakers&id=6279817
here at the end url is given.
thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几个选项:
WordPress 的方式是使用 get_permalink($post_id)
或者您可以使用此处显示的 REQUEST_URI: http://wordpress.org/support/topic/get-current-page-url
A few options for that:
The WordPress way would be to use get_permalink($post_id)
or you could use the REQUEST_URI shown here: http://wordpress.org/support/topic/get-current-page-url