Tagged Questions
0
votes
1answer
35 views
Get WP Install Directory
I have a theme which - I was quite proud of myself! - I designed to be installed in wp sites where wp is on root level.
Then half my users installed the theme on a mysite.com*/wordpress/* !
...and ...
1
vote
2answers
134 views
Accessing site's root from themes folder
Having some troubles with a PHP script I am trying to build.
I need to access the a file which is located in the root folder of my Wordpress install:
wordpress-root/live-config.php
Problem is, my ...