The site-url tag has no wiki summary.
1
vote
2answers
261 views
How do I retain url parameters the entire time a user browses my site?
We have customers that come from other sites and I would like to retain a url parameter /?lead=openeye throughout the time that they're browsing. That way when they fill out a form I can capture the ...
0
votes
1answer
59 views
Want to change my site root
Hello I have a wordpress site that has a url at some ip address. Now what I want to do change the url. Instead of http://"My IP Address", I want it http://"My IP Address"/wordpress. instead.Is there a ...
7
votes
4answers
4k views
What's the difference between home_url() and site_url()
My understanding is that site_url() returns the location where the wordpress core files are.
So, if my blog is hosted at http://example.com/blog then site_url() returns http://example.com/blog
But ...
6
votes
1answer
123 views
Two (or more) parallel (sub-)TLDs that are retained when surfing the site / dynamically set the site address?
I am running a site for a German NGO under the domain sub.example.org.
Recently, I added sub.example.ch for its Swiss spin-off.
Both (sub-)domains are pointing to the same physical location, a WP ...
5
votes
4answers
2k views
What is difference between get_bloginfo('url') and get_site_url()?
I am developing a plugin.
I want to know difference between
get_bloginfo('url');
and
get_site_url();
I got same output, then what's the difference?
0
votes
1answer
230 views
(How) Can I change my Multisite Network to use a different blog as Primary?
Here's my basic setup:
http://my.domain.com/ - The "primary blog" or "Network"
http://my.domain.com/blogone/ - A sub-site or "blog"
http://my.domain.com/blogtwo/ - Same, obviously
...