Opened 14 years ago
Closed 14 years ago
#17056 closed defect (bug) (duplicate)
get_pages doesn't accept multiple post stati
Reported by: | jakemgold | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
get_pages cannot retrieve multiple pages with multiple post stati (say, "public,private" due to the way it filters the post status and queries the database.
Use case is a client who wants to show private and public pages when logged in, only public pages when the user is not logged in.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Handled by the patch in #8592.