jskov
Forum Replies Created
-
HI Yoast (or someone that has seen this),
Is there a fix for this? It seems to come up from many versions ago and continues to creep in.
What can I do to get the Editor Back?
Forum: Networking WordPress
In reply to: Get multisite network base url?Really? Why? It is the exact same topic.
In my experience, the fewer threads about the same topic, the better in a forum, no?
Forum: Networking WordPress
In reply to: Get multisite network base url?Sometimes everyone in this forum is so busy questioning why you are doing something, that some simple answers would go a long way…
I am facing the same question (I just want it, ok 🙂
Here is what I found:
echo get_site_url(1);
would return the site url for the main site (which is the root)then, I wanted the full URL (which in my case included some “?otherthingid=somerandomid” on the end of the URL, which nothing else was really pulling. So I did this:
echo get_site_url(1).$_SERVER[“REQUEST_URI”];
Hope that helps someone else.
Forum: Fixing WordPress
In reply to: Multisite Table Prefix "$wpdb->prefix" incorrectSweet. I’ll give it a try