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.
- Host: GitHub
- URL: https://github.com/roborourke/query-editor
- Owner: roborourke
- Created: 2012-01-31T11:15:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-14T15:48:22.000Z (over 13 years ago)
- Last Synced: 2025-06-28T16:12:04.245Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 180 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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!