@borkweb
15 years, 12 months ago
Oops. Yes, sorry about the typo.
http://uber-geeks.org
Here’s the solution I came up with. Rather than using the nested dirname functions, I found this to work nicely:
require_once( preg_replace('/(.*)/wp-content/.*/', '1', dirname(__FILE__)) . '/wp-load.php' );
I’ll create a ticket if this is something that is reasonable. Thoughts?
I fixed the issue by ensuring that the members-theme/ directory was located here: [WP_INSTALL_DIR]/wp-content/members-theme/
Oh. Nice. Thanks
Yeah…nevermind. I committed the cardinal sin of asking before doing thorough research. Despite the fact that I was convinced that my themes were in the right spot…they weren’t. My apologies.