Tagged Questions
0
votes
2answers
95 views
WP Nav menu append to url
Using wp_nav_menu() , how can I append a value at end of each URL?
For example, I have the following url: http://www.example.com/ but I have to append a language parameter at the end, so the url ...
0
votes
1answer
124 views
How to Force WWW. in Domain With WordPress MU Domain Mapping Plugin?
I created a thread (How to make www. and no www. Go to same site, for all sites?) in the support forums for the WordPress plugin: WordPress MU Domain Mapping.
Everything is fine and dandy. I have a ...
-1
votes
1answer
82 views
WPMU - How to echo only one URL
I have this code that I am using on a site to check if the current user has a blog on the our wp network and as of now it is echoing the URL for both the main site and their blog. I would like to ...
7
votes
2answers
178 views
Which asset URLs are acceptable in a “vanilla” MU install?
Wordpress appears to let content be addressed by many URIs in an MU install. For example:
example.com/wp-content/blogs.dir/5/files/picture.jpg
example.com/bob/files/picture.jpg
...
1
vote
1answer
115 views
How to change the parent Domain Name in Multisites Project?
I have a multisite project. And then i want to change the parent domain name now. It is currently as:
Parent:
www.site1.com
Multisites:
www.oldsite.com/abc
www.oldsite.com/def
So how can i ...
4
votes
1answer
174 views
Multisite - sub-subfolders for certain blogs
Consolidating several blogs into a single multisite instance - we have 2 sets of blogs - active and archived.
What's the best way of adding /archive/ to the URLs of the archived blogs?
So, as an ...
2
votes
1answer
550 views
How can I have multiple URLs pointing to single WordPress installation?
Here's my scenario:
I have three specific jobs sites:
LAMPJobsLA.com, MobileJobsLA.com, SocialMediaJobsLA.com
I'd like to run them under on "master site": TechJobsLA.com
but keep the URLs intact ...
0
votes
2answers
639 views
Global navigation in multisite: problem with categories
Setup: WordPress v 3.0.4, multisite network enabled, Theme: Twentyten child, local installation with MAMP 1.9.4, PHP 5.3.2, using SUBFOLDERS (not subdomains) for 4 sub sites
Problem: Same global ...
1
vote
4answers
1k views
How to change the main site url on a multisite installation (network)?
My multisite (network) installation has 3 sites.
the main site (nothing there, just very brief information)
client 1 site -- siteurl/client1
client 2 site -- siteurl/client2
With domain mapper, ...
0
votes
1answer
341 views
Wordpress 3.0 Multisite - Child sites and backends appearing blank
I've just installed wordpress on our Rackspace server - I've set wordpress up for Multisite as I have done many times before.
The main wordpress site at the root functions fine - however when I add a ...
0
votes
4answers
1k views
How can I run multiple unique WordPress sites off of one VPS
Is it possible to run multiple WordPress sites off of a single VPS? These sites would be completely separate as far as users and content, but I don't know if it's possible to have this for two ...
2
votes
1answer
319 views
Outputting Canonical Resource URLs Across a Multisite Network?
Say a theme "foo" is used on across a network of sites. In each site, all the theme resources (.css, .js, etc.) will have distinct URLs:
http://network/siteA/wp-content/themes/foo/style.css
...