Opened 7 years ago
Closed 7 years ago
#2592 closed defect (bug) (fixed)
Add selected list of categories option to function get_bookmarks()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | bookmarks has-patch bg|needs-testing |
| Cc: |
Description
In anticipation of the template function: wp_list_bookmarks (ticket:2587), add the option to return bookmarks belonging to a selected list of categories.
Attachments (1)
Change History (4)
- Keywords has-patch bg|needs testing added
Patch to function get_bookmarks(), allows a parameter such as 'category=1,3,7' to return only bookmarks belonging to those three categories.
Also, changed so that $category = '' returns ALL categories (previously, $category = -1 returned ALL). This required adding line in get_links() to pass $category correctly when calling get_bookmarks().
Also fixed problem in get_links_list() to report bookmarks that only belong to a "child category" by adding &hierarchial=0 to the parameter list when calling get_categories().
comment:2
davidhouse — 7 years ago
- Keywords bg|needs-testing added; bg|needs testing removed

Selected categories for get_bookmarks