Plugin info

Total downloads: 1,406
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 12/28/2015 (3655 days ago)
Added to WordPress: 4/14/2015 (10 years old)
Minimum WordPress version: 4.1
Tested up to WordPress version: 4.4.33
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3655 days ago

20/100

Is WP Central Posts Network abandoned?

Possibly abandoned (last update 3655 days ago).

Compatibility

Requires WordPress: 4.1
Tested up to: 4.4.33
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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.

Installation

To install just follow the following installation steps:

NOTE: This plugin only works with multisite and must be network activated
e.g.

  1. Download the file wp-central-posts-network.zip;
  2. Unzip the file on your computer;
  3. Upload folder wp-central-posts-network, you just unzip to /wp-content/plugins/ directory;
  4. Activate the plugin on the Network through the Plugins menu of Network Panel in WordPress;
  5. Be happy.

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

  1. <p>Choosing the posts for a given section.</p>

    Choosing the posts for a given section.

  2. <p>The posts displaying on the main site</p>

    The posts displaying on the main site

  3. <p>The code needed.</p>

    The code needed.

Changelog

1.0.5

  • Fixed a PHP Warning when there aren’t Posts selected to be displayed in a section
  • WordPress 4.3 compatibility