How i can get the base URL in the wordpress? get_bloginfo('url') returns me the current URL. I just want the base URL e.g http://localhost/wpsite/ not any ?page_id=123 with it
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|
Use site_url
http://codex.wordpress.org/Function_Reference/site_url Or get_site_url
http://codex.wordpress.org/Function_Reference/get_site_url Or even home_url
http://codex.wordpress.org/Function_Reference/home_url which returns the home URL for the site. Check the doc links for differences in available parameters. |
|||
|
|
|
You are looking for |
|||||
|