Opened 20 years ago
Closed 20 years ago
#2592 closed defect (bug) (fixed)
Add selected list of categories option to function get_bookmarks()
| Reported by: | MichaelH | Owned by: | MichaelH |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | bookmarks has-patch bg|needs-testing |
| Cc: | Focuses: |
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)
#1
@
20 years ago
- 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().
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Selected categories for get_bookmarks