A WordPress Multisite Plugin that runs a Widget in a context of another site that belongs to the network
Contributors: nicholas_io Donate link: Tags: multisite, widgets, widgets context Requires at least: 4.1 Tested up to: 4.9.7 Stable tag: 1.1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
A WordPress Multisite Plugin that runs a Widget in a context of another site that belongs to the network See this on wordpress.org
On every Widget, this plugin adds a select menu that you can choose on which site context you will execute the widget. It also has a option to pull the widget data from target site, you can check this option if you want to populate the data of widget that depends of the context site, with content from the target site. See Screenshots to understand better.
To install just follow the installation steps of most WordPress plugin's:
e.g.
- Download the file multisite-widgets-context.zip;
- Unzip the file on your computer;
- Upload folder multisite-widgets-context, you just unzip to
/wp-content/plugins/directory; - Activate the plugin on the
Pluginsmenu in WordPress; - Be happy.
THIS PLUGIN ONLY WORKS WITH MULTISITE
A Recent Posts Widget configured to execute on another site context.
A Nav Menu Widget with select populated with data from target site due to checked checkbox
- Take a fork repository;
- Set your fork;
- Check the issues and choose one that does not have anyone working;
- Synchronize your fork;
- Create a branch to work on the issue of responsibility:
git checkout -b issue-17; - Commit the changes you made:
git commit -m 'fix issue #17'; - Make a push to branch:
git push origin issue-17; - Make a Pull Request :D
Note: If you want to contribute something that was not registered in issues you can create. It is important to sign the issue that you will work to prevent someone else to start working on the same task.