Ticket #2562 (closed defect (bug): fixed)
Add "only" option to get_*() functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.0.1 |
| Severity: | normal | Keywords: | query get api bg|has-patch bg|needs testing |
| Cc: |
Description
Add an "only" option that contains a list of IDs to include in list queries. This is similar to the existing "exclude" option except instead of excluding IDs from the query it restricts the query to only those IDs specified. get_posts(), get_pages(), get_categories(), and get_bookmarks() need this option.
Attachments
Change History
-
attachment
template_functions_bookmark_incl_excl.diff
added
Just a patch for get_bookmarks(). Allows exclusions (which was partially coded) or inclusions. If 'include' is specified in the parameter, sets $exclude = , $category = -1, and $category_name = .
-
attachment
incl_excl_gets.diff
added
include/exclude ids for get_posts(), get_pages(), get_categories(), and get_bookmarks()
- Keywords bg|has-patch bg|needs testing added
A patch for get_posts(), get_pages(), get_categories(), and get_bookmarks() to include/exclude specific ids.

adds exclusion/inclusion to get_bookmarks()