Description
This plugin adds a UI on the main site (actually, in any site of the network) admin panel of a Network that let you choose posts of any site of your network and associate it with sections that you must define via a hook filter. Then you can show up this sections on the front of your main site via a simple API.
This plugin only works with multisite and must be network activated
How it works and How to Use
To use the plugin you need do write some code in a hook filter. Please read our README.md file in our GitHub
Contribute
You can contribute to the source code in our GitHub page.
Screenshots
Installation
To install just follow the following installation steps:
NOTE: This plugin only works with multisite and must be network activated
e.g.
- Download the file wp-central-posts-network.zip;
- Unzip the file on your computer;
- Upload folder wp-central-posts-network, you just unzip to
/wp-content/plugins/
directory; - Activate the plugin on the
Network
through thePlugins
menu ofNetwork Panel
in WordPress; - Be happy.
FAQ
- Can I use this plugins without multisite
-
No, It does’t make sense to use this plugins without multisite.
- But this plugin use switch_to_blogs, will my site become slow?
-
Not necessarily, switch_to_blogs() is much faster than before, and the plugin has a native fragment cache that removes the load added by the plugin. If you still
have issues with perfomance try to use a cache plugin like WP Super Cache and W3 Total Cache, this plugin is integrated with them. See instructions on GitHub page.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WP Central Posts Network” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WP Central Posts Network” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.5
- Fixed a PHP Warning when there aren’t Posts selected to be displayed in a section
- WordPress 4.3 compatibility