What is the difference:
home
Blog address (URL)
Default: wp_guess_url()
Data type: String (URI)
siteurl
WordPress address (URL)
Default: wp_guess_url()
Data type: String (URI)
They look the same to me.
What is the difference:
home
Blog address (URL)
Default: wp_guess_url()
Data type: String (URI)
siteurl
WordPress address (URL)
Default: wp_guess_url()
Data type: String (URI)
They look the same to me.
Hi Funsail:
Both are different variables defined in WP coding. Depending on which one is called by program modules will define what is used in writing specific pages our code output etc.
So eg. "Siteurl" is pretty straight froward, but "home" doesn't have to be. That could be your posting blog or a static page.
I'm sure they're way more complexity associated to these 2 variables. Even so you can see how they could differ considerably.
Ron
You must log in to post.