This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I've been looking at ways to implement a multisite constant piece of information.
This seems to be it and has been implemented a little differently by Red Tree (they've given you credit and how I got here).
The one thing I can't quite figure out is where I place this code..?
In the functions.php after registering my sidebars, in this case how does WPMS know what the variable $sidebar is?
Or is this a separate sidebar file that needs to registered?
Hi Lucas,
I've been looking at ways to implement a multisite constant piece of information.
This seems to be it and has been implemented a little differently by Red Tree (they've given you credit and how I got here).
The one thing I can't quite figure out is where I place this code..?
In the functions.php after registering my sidebars, in this case how does WPMS know what the variable $sidebar is?
Or is this a separate sidebar file that needs to registered?
Thank you for sharing and your knowledge on this!