All Projects → Automattic → Zoninator

Automattic / Zoninator

Curation made easy! Create "zones" then add and order your content straight from the WordPress Dashboard.

Labels

Projects that are alternatives of or similar to Zoninator

Wp Term Order
Sort taxonomy terms, your way
Stars: ✭ 76 (-9.52%)
Mutual labels:  wordpress
Mikado
🤖💨Mikado helps managing your AWS infrastructure for WordPress sites by defining an out-of-box, highly available, easy-to-deploy setup
Stars: ✭ 80 (-4.76%)
Mutual labels:  wordpress
Cache Buddy
#WordPressPlugin: makes more WordPress pages cacheable
Stars: ✭ 82 (-2.38%)
Mutual labels:  wordpress
Markdownmonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
Stars: ✭ 1,203 (+1332.14%)
Mutual labels:  wordpress
So Widgets Bundle
The SiteOrigin Widgets Bundle gives you a collection of widgets that you can use and customize. Widgets are great. No matter where you’re using them. In a Page Builder page or on your widgetized areas. It’s even compatible with other popular page building plugins. If you're using the Block Editor you can insert a SiteOrigin Widget block.
Stars: ✭ 79 (-5.95%)
Mutual labels:  wordpress
Wp Plugin Git Svn Sync
☄️ Zero config synchronizing of Git repository with SVN for publishing WordPress plugins.
Stars: ✭ 81 (-3.57%)
Mutual labels:  wordpress
Clover
WordPress block editor CLI
Stars: ✭ 76 (-9.52%)
Mutual labels:  wordpress
Wp User Profiles
⭐️ Better Profiles for WordPress
Stars: ✭ 84 (+0%)
Mutual labels:  wordpress
Code Prettify
WordPress plugin for automatic code highlighting using the Prettify library. No shortcodes, no classnames, pure awesome.
Stars: ✭ 79 (-5.95%)
Mutual labels:  wordpress
Bigcommerce For Wordpress
A headless commerce integration for WordPress, powered by BigCommerce
Stars: ✭ 82 (-2.38%)
Mutual labels:  wordpress
Wp Post Meta Revisions
plugin for https://core.trac.wordpress.org/ticket/20564
Stars: ✭ 77 (-8.33%)
Mutual labels:  wordpress
Comet Cache
An advanced WordPress® caching plugin inspired by simplicity.
Stars: ✭ 78 (-7.14%)
Mutual labels:  wordpress
Web exploit detector
The Web Exploit Detector is a Node.js application used to detect possible infections, malicious code and suspicious files in web hosting environments
Stars: ✭ 81 (-3.57%)
Mutual labels:  wordpress
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-8.33%)
Mutual labels:  wordpress
Instantwp
InstantWP is a complete standalone, portable WordPress development environment.
Stars: ✭ 83 (-1.19%)
Mutual labels:  wordpress
Gutenberg Parser Rs
An experimental Rust parser for WordPress Gutenberg post format
Stars: ✭ 76 (-9.52%)
Mutual labels:  wordpress
Wordpress React
A React demo app tied to a WordPress backend with REST API
Stars: ✭ 81 (-3.57%)
Mutual labels:  wordpress
Wp Ulike
WP ULike enables you to add Ajax Like button into your WordPress and allowing your visitors to like and unlike posts,comments, BuddyPress activities & bbPress Topics
Stars: ✭ 84 (+0%)
Mutual labels:  wordpress
Shadow Shop
Building highly customizable e-commerce websites selling shadowsocks services, using Wordpress and WooCommerce
Stars: ✭ 84 (+0%)
Mutual labels:  wordpress
Snowball
A WordPress plugin for making immersive longform articles
Stars: ✭ 81 (-3.57%)
Mutual labels:  wordpress

=== Zone Manager (Zoninator) === Contributors: batmoo, automattic, wpcomvip, pkevan, matthumphreys, potatomaster, jblz, nickdaugherty, betzster Tags: zones, post order, post list, posts, order, zonination, content curation, curation, content management Requires at least: 3.5 Tested up to: 5.0 Stable tag: 0.8 License: GPLv2

Curation made easy! Create "zones" then add and order your content!

== Description ==

This plugin is designed to help you curate your content.

Assign and order stories within zones that you create, edit, and delete. Then use the handy API functions to retrieve and display your content in your theme. Or for those who are a bit code-averse, try the handy widget.

Key features included in the plugin:

  • Add/edit/delete zones
  • Add/remove posts (or any custom post type) to/from zones
  • Order posts in any given zone
  • Limit capabilities on who can add/edit/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't keep the zoninator locked

This plugin was built by Mohammad Jangda in conjunction with William Davis and the Bangor Daily News.

== Installation ==

  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 zones.
  4. Use the plugin's handy API functions to add zones to your theme.
  5. Enjoy!

== Frequently Asked Questions ==

= 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

== Screenshots ==

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

== Changelog ==

= 0.8 =

  • Added a REST API for retrieving and managing zones
  • Support for special characters in zone names and descriptions

= 0.7 =

= 0.6 =

= 0.5 =

  • WordPress version requirements bumped to 3.5
  • Support for touch events for mobile via jQuery UI Touch Punch (http://touchpunch.furf.com/)
  • Filter recent posts or search-as-you-type by date (today, yesterday, all) or category for more refined results, props Paul Kevan and the Metro UK team
  • New actions fired when adding/removing posts from zones
  • Bits of clean-up

= 0.4 =

  • New dropdown that recent posts which can be adding to zones, props metromatic and Metro UK
  • New filter: zoninator_posts_per_page -- to override the default posts_per_page setting
  • Use core bundled versions of jQuery UI

= 0.3 =

  • Introduce z_get_zone_query: returns a WP_Query object so you can run the loop like usual.
  • Disable editing and prefixing of slugs. They're just problems waiting to happen...
  • Add new filter to allow filtering of search args, props imrannathani for the suggestion
  • Allow scheduled posts to be added to zones so they automagically show up when they're published, props imrannathani for the idea.
  • Default to published post in all zone queries in the front-end. Scheduled posts can still be added via a filter.
  • Run clean_term_cache when a post is added or deleted from a zone so that the necessary caches are flushed.
  • Add new filter to limit editing access on a per-zone level. props hooman and the National Post team
  • Allow editor role (editor_others_posts) to manage zones (plus other capability fixes, props rinat k.)

= 0.2 =

  • Move Zones to a top-level menu so that it's easier to access. And doesn't make much sense hidden under Dashboard.
  • Change the way error and success messages are handled.
  • jQuery 1.6.1 compatibility.
  • Bug fix: Custom Post Types not being included in search. Thanks Shawn!
  • Bug fix: Custom Post Types not being included in post list. Thanks Daniel!
  • Bug fix: Error thrown when removing last post in a zone. Thanks Daniel!
  • Other cleanup.

= 0.1 =

  • Initial Release!

== Upgrade Notice ==

= 0.3 =

  • Slugs can no longer be edited. This is possibly a breaking change if you're using slugs to get zones or zone posts.

= 0.2 =

  • Bunch of bug fixes and code improvements

== Usage Notes ==

= Example =

You can work with with a zone'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;

= 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].