Title: Zone Manager (Zoninator)
Author: Automattic
Published: <strong>Igbe 8, 2011</strong>
Last modified: Igbe 25, 2026

---

Ṣàwárí àwọn plugin

![](https://s.w.org/plugins/geopattern-icon/zoninator.svg)

# Zone Manager (Zoninator)

 Láti ọwọ́ [Automattic](https://profiles.wordpress.org/automattic/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/zoninator.0.11.0.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/zoninator/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/zoninator/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/zoninator/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/zoninator/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/zoninator/)

## Àpèjúwe

This plugin is designed to help you curate your content. It lets you assign and 
order stories within zones that you create, edit, and delete, and display those 
groupings of related stories on your site.

This plugin was originally built by [Mohammad Jangda](http://digitalize.ca) in conjunction
with [William Davis](http://wpdavis.com/) and the [Bangor Daily News](http://www.bangordailynews.com/).

### Features

 * Add, edit, and delete zones.
 * Add and remove posts (or any custom post type) to or from zones.
 * Order posts in any given zone.
 * Limit capabilities on who can add, edit, and delete zones vs add content to zones.
 * Locking mechanism, so only one user can edit a zone at a time (to avoid conflicts).
 * Idle control, so people canÌtumọ̀ Yorùbá: ’t keep the zone locked.

### Function Reference

Get an array of all zones:

    ```
    z_get_zones()
    ```

Get a single zone, accepts either ID or slug:

    ```
    z_get_zone( $zone )
    ```

Get an array of ordered posts in a given zone, accepts either ID or slug:

    ```
    z_get_posts_in_zone( $zone )
    ```

Get a WP_Query object for a given zone, accepts either ID or slug:

    ```
    z_get_zone_query( $zone );
    ```

More functions listed in `functions.php`.

## Àwọn àwòrán ìbòjú

[⌊Create and manage your zones and content through a fairly intuitive and familiar
interface.⌉⌊Create and manage your zones and content through a fairly intuitive 
and familiar interface.⌉[

Create and manage your zones and content through a fairly intuitive and familiar
interface.

[⌊Zone editing⌉⌊Zone editing⌉[

Zone editing

[⌊Use the Zone Posts widget in the widgets area.⌉⌊Use the Zone Posts widget in the
widgets area.⌉[

Use the Zone Posts widget in the widgets area.

[⌊Output of the zone posts widgets.⌉⌊Output of the zone posts widgets.⌉[

Output of the zone posts widgets.

## Ìgbéwọlẹ̀

 1. Unzip contents and upload to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Dashboard > Zones to create and manage your zones, and easily search for 
    and add existing posts.
 4. Use the pluginÌtumọ̀ Yorùbá: ’s handy API functions to add zones to your theme 
    that retrieve and display your content. Or, for those who are a bit code-averse,
    go to Appearance-Widgets and add Zone Posts widgets to display your zone posts 
    in your sidebar or footer. The widget will pull the posts from the chosen zone.

### Usage examples

You can work with a zoneÌtumọ̀ Yorùbá: ’s posts either as an array or a WP_Query
object.

**WP_Query**

    ```
    $zone_query = z_get_zone_query( 'homepage' );
    if ( $zone_query->have_posts() ) :
        while ( $zone_query->have_posts() ) : $zone_query->the_post();
            echo '<li>' . get_the_title() . '</li>';
        endwhile;
    endif;
    wp_reset_query();
    ```

**Posts Array**

    ```
    $zone_posts = z_get_posts_in_zone( 'homepage' );
    foreach ( $zone_posts as $zone_post ) :
        echo '<li>' . get_the_title( $zone_post->ID ) . '</li>';
    endforeach;
    ```

## FAQ

### How do I disable the locking feature?

You can use a filter:

    ```
    add_filter( 'zoninator_zone_max_lock_period', 'z_disable_zoninator_locks' );
    ```

### How do I change the locking feature settings?

Filter the following and change according to your needs:

 * Number of seconds a lock is valid for, default `30`: `zoninator_zone_lock_period`
 * Max idle time in seconds: `zoninator_zone_max_lock_period`

## Àwọn àgbéyẹ̀wò

![](https://secure.gravatar.com/avatar/a26083fa10e22bb6b34e11002c031ed3d63ca4cb458531991600856e9e120612?
s=60&d=retro&r=g)

### 󠀁[Reliable and scalable](https://wordpress.org/support/topic/reliable-and-scalable/)󠁿

 [cjaimet](https://profiles.wordpress.org/cjaimet/) Ọ̀wàrà 19, 2018

We have been using this plugin for five years on 20 major news sites and it is integral
to our daily work.

![](https://secure.gravatar.com/avatar/bcc541b188e9bbfcb3ff0b5da4fbf53d5fee77259e2449b9673d07c7acccfce0?
s=60&d=retro&r=g)

### 󠀁[Good!](https://wordpress.org/support/topic/good-1606/)󠁿

 [1](https://profiles.wordpress.org/f4tal1st/) Ọwẹ́wẹ̀ 3, 2016

I have a idea for my blog, where some topic divided to few different posts ans user
can freely navigate between different parts of it. This plugin helped me a lot! 
Thanks developer!

 [ Ka gbogbo àwọn àgbéyẹ̀wò 3 ](https://wordpress.org/support/plugin/zoninator/reviews/)

## Àwọn Olùkópa & Olùgbéejáde

“Zone Manager (Zoninator)” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí
ti ṣe ìkópa sí plugin yìí.

Àwọn Olùkópa

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ WordPress VIP ](https://profiles.wordpress.org/wpcomvip/)
 *   [ pkevan ](https://profiles.wordpress.org/pkevan/)
 *   [ Bradford Campeau-Laurion ](https://profiles.wordpress.org/potatomaster/)
 *   [ Jeff Bowen ](https://profiles.wordpress.org/jblz/)
 *   [ nickdaugherty ](https://profiles.wordpress.org/nickdaugherty/)
 *   [ Josh Betz ](https://profiles.wordpress.org/betzster/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

A ti túmọ̀ “Zone Manager (Zoninator)” sí àwọn èdè agbègbè 2. Ọpẹ́lọpẹ́ fún [àwọn atúmọ̀ èdè](https://translate.wordpress.org/projects/wp-plugins/zoninator/contributors)
fún àwọn ìkópa wọn.

[Túmọ̀ “Zone Manager (Zoninator)” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/zoninator)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/zoninator/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/zoninator/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/zoninator/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/zoninator/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

Please visit the [changelog](https://github.com/automattic/zoninator/blob/trunk/CHANGELOG.md).

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **0.11.0**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **oṣù 3 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **2,000+**
 *  Ẹ̀yà WordPress ** 6.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.9.5**
 *  Ẹ̀yà PHP ** 7.4 tàbí ju bẹ́ẹ̀ lọ **
 *  Àwọn èdè
 * [Croatian](https://hr.wordpress.org/plugins/zoninator/), [English (UK)](https://en-gb.wordpress.org/plugins/zoninator/),
   àti [English (US)](https://wordpress.org/plugins/zoninator/).
 *  [Túmọ̀ sí èdè rẹ](https://translate.wordpress.org/projects/wp-plugins/zoninator)
 * Àwọn àmì
 * [order](https://yor.wordpress.org/plugins/tags/order/)[post list](https://yor.wordpress.org/plugins/tags/post-list/)
   [post order](https://yor.wordpress.org/plugins/tags/post-order/)[posts](https://yor.wordpress.org/plugins/tags/posts/)
   [zones](https://yor.wordpress.org/plugins/tags/zones/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/zoninator/advanced/)

## Àwọn ìbò

 5 lára àwọn ìràwọ̀ 5.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/zoninator/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/zoninator/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/zoninator/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/zoninator/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/zoninator/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/zoninator/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/zoninator/reviews/)

## Àwọn Olùkópa

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)
 *   [ WordPress VIP ](https://profiles.wordpress.org/wpcomvip/)
 *   [ pkevan ](https://profiles.wordpress.org/pkevan/)
 *   [ Bradford Campeau-Laurion ](https://profiles.wordpress.org/potatomaster/)
 *   [ Jeff Bowen ](https://profiles.wordpress.org/jblz/)
 *   [ nickdaugherty ](https://profiles.wordpress.org/nickdaugherty/)
 *   [ Josh Betz ](https://profiles.wordpress.org/betzster/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/zoninator/)