Ticket #1486 (closed defect (bug): fixed)

Opened 7 years ago

Last modified 5 years ago

get_pages() filtering by page author [PATCH]

Reported by: skippy Owned by: ryan
Priority: normal Milestone: 2.1
Component: Template Version: 1.6
Severity: normal Keywords: bg|has-patch bg|commit
Cc:

Description

Attached is a patch that supports a new '&authors=' parameter to get_pages() and wp_list_pages(). It accepts a comma-seperated list of author IDs or author login names (and you can mix-and-match names and IDs in the parameter).

Examples: wp_list_pages('authors=1,2'); get_pages('authors=admin,skippy,ryan');

I think this will be an extremely useful addition for multi-author blogs, as it allows better control over templating.

Attachments

template-functions-post.patch Download (737 bytes) - added by skippy 7 years ago.
add '&authors=' parameter to get_pages() and wp_list_pages()
1486.patch Download (1.4 KB) - added by skippy 6 years ago.
1486.diff Download (2.4 KB) - added by westi 5 years ago.
Patch updated against current trunk

Change History

skippy7 years ago

add '&authors=' parameter to get_pages() and wp_list_pages()

comment:1   ryan6 years ago

  • Owner changed from anonymous to ryan

skippy6 years ago

  • Keywords bg|commit bg|needs-testing added

Might as well commit this, but it would be nice if someone could test it first.

comment:3   ryan5 years ago

Update patch for latest trunk.

westi5 years ago

Patch updated against current trunk

  • Keywords bg|2nd-opinion bg|needs-testing removed
  • Component changed from General to Template
  • Milestone set to 2.1

I have updated skippys patch to run against current trunk:

  1. Removed the inline query and used a builtin db abstraction functions
  2. Removed the use of the non-existant next inside the foreach loop

comment:5   ryan5 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [4180]) Get pages by author[s]. Props westi. fixes #1486

Note: See TracTickets for help on using tickets.