Ticket #3567 (new enhancement)

Opened 2 years ago

Last modified 2 months ago

Synchronize options for functions that display lists

Reported by: Randy Assigned to:
Priority: normal Milestone: 2.7
Component: Template Version:
Severity: normal Keywords: hit-list
Cc:

Description

It would be nice if wp_list_cats, get_archives, wp_list_pages, etc, all had "format" and "before" and "after" options :)

Attachments

3567.author-template.php.diff (4.4 kB) - added by rob1n on 03/31/07 00:26:09.
wp_list_authors()
3567.category-template.php.diff (7.9 kB) - added by rob1n on 03/31/07 01:27:19.
wp_list_categories() and Walker_Category

Change History

01/12/07 04:43:04 changed by ryan

  • owner changed from anonymous to ryan.

Agreed.

03/27/07 00:41:21 changed by ryan

  • keywords set to hit-list.

03/27/07 03:46:24 changed by rob1n

  • owner changed from ryan to rob1n.
  • status changed from new to assigned.

03/27/07 23:18:03 changed by foolswisdom

  • milestone changed from 2.2 to 2.3.

03/31/07 00:26:09 changed by rob1n

  • attachment 3567.author-template.php.diff added.

wp_list_authors()

03/31/07 01:27:19 changed by rob1n

  • attachment 3567.category-template.php.diff added.

wp_list_categories() and Walker_Category

04/25/07 02:34:28 changed by rob1n

  • status changed from assigned to new.

04/29/07 22:34:44 changed by rob1n

  • status changed from new to assigned.

What do we want to unify? I'm thinking:

  • 'before' - before each item
  • 'after' - after each item
  • 'format' - 'html' => <ul><li></li></ul>, etc, anything else is just $before . $whatever . $after.

05/24/07 00:31:47 changed by rob1n

Add 'echo' (true|false) to that list, too.

05/28/07 18:53:02 changed by rob1n

  • status changed from assigned to new.

06/01/07 05:43:24 changed by markjaquith

(In [5624]) Allow wp_list_authors() to optionally return. fixes #4323. see #3567.

09/05/07 20:00:10 changed by foolswisdom

  • milestone changed from 2.3 to 2.4 (next).

12/19/07 07:27:48 changed by rob1n

  • owner deleted.

03/19/08 03:37:49 changed by ffemtcj

  • milestone changed from 2.5 to 2.6.

06/25/08 03:07:14 changed by thee17

  • owner set to thee17.
  • status changed from new to assigned.

06/25/08 03:07:31 changed by thee17

  • milestone changed from 2.6 to 2.7.

07/20/08 00:01:19 changed by thee17

  • owner deleted.
  • status changed from assigned to new.