Skip to content

nicholasio/multisite-widgets-context

Repository files navigation

Multisite Widgets Context

A WordPress Multisite Plugin that runs a Widget in a context of another site that belongs to the network

About

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

Description

A WordPress Multisite Plugin that runs a Widget in a context of another site that belongs to the network See this on wordpress.org

How it works

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.

Installation

To install just follow the installation steps of most WordPress plugin's:

e.g.

  1. Download the file multisite-widgets-context.zip;
  2. Unzip the file on your computer;
  3. Upload folder multisite-widgets-context, you just unzip to /wp-content/plugins/ directory;
  4. Activate the plugin on the Plugins menu in WordPress;
  5. Be happy.

THIS PLUGIN ONLY WORKS WITH MULTISITE

Screenshots

A Recent Posts Widget configured to execute on another site context. 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 A Nav Menu Widget with select populated with data from target site due to checked checkbox

Want to Collaborate?

  1. Take a fork repository;
  2. Set your fork;
  3. Check the issues and choose one that does not have anyone working;
  4. Synchronize your fork;
  5. Create a branch to work on the issue of responsibility: git checkout -b issue-17;
  6. Commit the changes you made: git commit -m 'fix issue #17';
  7. Make a push to branch: git push origin issue-17;
  8. 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.

About

A WordPress Multisite Plugin that runs a Widget in a context of another site that belongs to the network

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors