I downloaded the wp-catch plugin from WordPress Extend page and need to install on my WordPress MU blog sites. I can put it in the wp-content/plugins folder but I just did not want to active it in all of my blog sites.
- Upload all wp-catche files to the wp-content/plugins folder. Remember the folder is plugins not mu-plugins, and all files are in a separate directory of "wp-cache".
- Created a new php file named wp-cache.php. The name of this new file can be anything, and put the following code in this file:
<?php
include(ABSPATH . ‘wp-content/plugins/wp-cache/wp-cache.php’);
?> - Upload this new file to the wp-content/mu-plugins folder.
- Reload your dash board, you will see a wp-cache option created in the Option section. And you can enable it in one site and all blog sites on your WordPress MU will be enabled.
1 Response to “How to install wp-catch plugin in WordPress MU mu-plugins folder”