zoninator
zoninator copied to clipboard
Curation made easy! Create "zones" then add and order your content straight from the WordPress Dashboard.
We have seen slow queries being generated by Zoninator, in particular a query that looks like this: ``` SELECT wp_posts.ID FROM wp_posts WHERE ?=? AND ( wp_posts.post_date > ?) AND...
First extensive pass on PHPCS issues and warnings.
I noticed #29 was never merged, so I tested it and it still works fine. But I also wanted to be able to check against what was in `$query`, so...
When a search for content yields no results, Zoninator exits without sending a response. jQuery interprets this response to represent a failed request (I believe because it interprets it as...
It would be handy to allow themes to override the rendering logic for a zone's widget. For example, a theme may want to include special CSS classes, or additional content...
Added the meta box and the save method to all admin post pages that can be used in Zones. Only some user roles can assign posts to Zones, and this...
It doesn't display posts for a zone, on the backend below is an error in the query generated by get_zone_query() method: WordPress database error Expression #1 of ORDER BY clause...
Zoninator #44 - Added an admin notice when a user's zone lock expires and they get redirected to the top level zones page. - Updated the redirect url to use...