Problem when WP is installed in a directory
-
I install WordPress in it’s own directory. Your plugin does not recognize this so every time I try to go in to make a change or save a change it takes me to
instead of where WP is installed at
https://domain.com/site/wp-admin/
You can use the below code to fix this.
<?php echo home_url( '/' ); ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem when WP is installed in a directory’ is closed to new replies.