Plugin Author
Steven
(@shazahm1hotmailcom)
By default, each subsite gets it own directory. To use the directory from the primary site on all the subsites, you need to add define('CN_MULTISITE_ENABLED', FALSE); to your wp-config.php file.
As long as the entries were added to the primary site, they will now be shown on all subsites. If they were actually added to a subsite, then disabling multisite mode will cause those entries to no longer be accessible.
I hope this helps, please let me know.
ps. Please not, you can not share the directory across the network and have unique entries per subsite.
-
This reply was modified 5 years, 10 months ago by
Steven.
@shazahm1hotmailcom I have tried that it does not work, any other suggestions?
Thanks
Plugin Author
Steven
(@shazahm1hotmailcom)
The only suggestion I can give is to check and ensure you’ve added define('CN_MULTISITE_ENABLED', FALSE); to your wp-config.php file.
You can confirm on the Connections Tools admin page under the System Info tab. It state which mode Connections is running in.