[Plugin: WordPress Console] Great plugin, but path problem
-
Thanks for the wonderful plugin, saves lots of clicks.
But attention!
If your wordpress is not installed in the root of your domain it won’t work unless you change the filewordpress-console/console.js
as follows:Line 11:
self.url = '/wp-content/plugins/wordpress-console/';
to
self.url = '/[your directory]/wp28/wp-content/plugins/wordpress-console/';
.. where [your directory] is the one your WP is installed in.
Example:
https://www.foo.bar/mywp/
is your WP root, then line 11 should read like this:
self.url = '/mywp/wp-content/plugins/wordpress-console/';
https://www.ads-software.com/extend/plugins/wordpress-console/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: WordPress Console] Great plugin, but path problem’ is closed to new replies.