An open API service indexing awesome lists of open source software.

https://github.com/roborourke/query-editor

A plugin to alter the default query in WordPress. Use different/multiple post types, exclude categories and more. Supports multiple modifications and conditions.
https://github.com/roborourke/query-editor

Last synced: 12 months ago
JSON representation

A plugin to alter the default query in WordPress. Use different/multiple post types, exclude categories and more. Supports multiple modifications and conditions.

Awesome Lists containing this project

README

          

=== Query Editor ===
Contributors: sanchothefat
Tags: query, editor, loop, posts, custom post types, custom taxonomies
Requires at least: 3.3
Tested up to: 3.3
Stable tag: 0.3.1

Adds options to conditionally modify the default query by changing what post types are used, the sorting and more.

== Description ==

Adds options to modify the default query for all main queries or based on when conditions are met eg: if a taxonomy archive is being viewed.

Be careful with this plugin as it could interact oddly with other plugins or themes.

You can:

* Customise the post types used
* Exclude terms from any taxonomy
* Change the ordering
* Set an offset to skip posts
* Turn paging off
* Use a simple meta query
* Sort by terms in a taxonomy

Any problems, bugs or feature requests will be answered the quickest on twitter [@sanchothefat](https://twitter.com/sanchothefat).

== Installation ==

Once you install the plugin go to the Settings menu and then to the Query Editor settings.

== Screenshots ==

1. The query editor options on the extended Reading settings page.

== Changelog ==

= 0.4 =

* Major updates that are not backwards compatible
* Multiple query modifiers supported
* Query modifiers can be activated conditionally

= 0.3.1 =

Hotfix for preventing it from ever running in the admin

= 0.3 =

Added sorting by taxonomy option

= 0.2 =

Major bug fix with singular views!