Stop query_posts

plugin banner

This plugin calls _doing_it_wrong when a theme or plugin uses query_posts.

Author:Konstantin Kovshenin (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.6
Plugin version:0.9
Added to WordPress repository:04-07-2013
Last updated:04-07-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:
Total downloads:873
plugin download
Click to start download

The query_posts() function is often misused by theme and plugin developers. This little plugin will call WordPress' built-in _doing_it_wrong() function, whenever query_posts() is used within a theme or plugin. It doesn't stop the query itself, but simply issues a notice if running in debug mode.

If you have a friend who uses query_posts(), use this plugin to help your friend out.