Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WP Central Posts Network

Descrizione

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

Contribuisci

You can contribute to the source code in our GitHub page.

Screenshot

  • Choosing the posts for a given section.

  • The posts displaying on the main site

  • The code needed.

Installazione

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.

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.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“WP Central Posts Network” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.0.5

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