How i can get the URL?

时间:2012-09-20 作者:baig772

如何在wordpress中获取基本URL?get_bloginfo(\'url\') 返回当前URL。我只需要基本URL,例如http://localhost/wpsite/ 没有任何?page_id=123 用它

2 个回复
最合适的回答,由SO网友:markratledge 整理而成

使用site\\u url

<?php echo site_url(); ?>

http://codex.wordpress.org/Function_Reference/site_url

或get\\u site\\u url

<?php echo get_site_url(); ?>

http://codex.wordpress.org/Function_Reference/get_site_url

甚至home\\u url

<?php echo home_url(); ?>

http://codex.wordpress.org/Function_Reference/home_url

返回站点的主URL。

Check the doc links for differences in available parameters.

SO网友:Bendoh

您正在寻找site_url()home_url()

结束

相关推荐

Allow single quote in URLs

我有一个WordPress网站Go Daddy 运行Apache的服务器。我的经验是在Windows IIS上,所以这可能是一个简单的问题,但我无法理解。我想在我的网站上允许URL,如:http://my.site.com/biz/Jordan\'s\\U place/约旦/问题有两个方面。1) 如果我进入http://my.site.com/biz/Jordan\'s\\U place/约旦/URL很好,但如果我输入:http://my.site.com/biz/Jordan\'s\\U place/约