jpilantrose
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Domain mapping to another sites directoryThanks Andrea. I’ll try to find another solution.
Forum: Networking WordPress
In reply to: Domain mapping database connection issueNo this is another site on the same multisite build. It’s going to an entirely different domain and returning this error.
Forum: Networking WordPress
In reply to: Subdomain with one subdirectory install?Thanks Andrea,
I’ve been poking around with the domain mapping plug-in and broke my install. I just wanted to make sure that this mix and matching was possible. I appreciate the quick response.
Forum: Networking WordPress
In reply to: issues with MU subdirectory, as original blog isn't in '/'Thanks. I guess this is the only way.
Forum: Networking WordPress
In reply to: issues with MU subdirectory, as original blog isn't in '/'SyXbiT please post if you find a solution to this. I’ve run into the same issue with a blog that’s been well established within its subdirectory. Should I rebuild the entire blog in the root and reroute it to its original subdirectory? Or am I generally out of luck on this?
Forum: Fixing WordPress
In reply to: Categories list use slug instead of id?I ended up changing line 1444 of wp-includes/classes.php to
$output .= "<option class=\"level-$depth\" value=\"".$category->slug."\"";Then I adjusted the javascript accordingly. Was this really the only way to do this or was there a simpler way to get this variable changes that I’m overlooking?
Forum: Fixing WordPress
In reply to: Categories list use slug instead of id?Thanks esmi. I’ve looked at this part of the codex before. This code still generates out options with select values that reflect the cat IDs so when the redirect happens the url is blogurl/?cat=#
I’m trying to figure out if there is a wordpress setting that I’m overlooking that will make the value of the options the category slug, so the redirect will be my permalink instead of the ugly variable url.