Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#8219 closed enhancement (fixed)

Bundled themes need comment paging links at top of comment list as well as below

Reported by: markjaquith Owned by:
Priority: normal Milestone: 2.7
Component: Themes Version: 2.7
Severity: normal Keywords:
Cc: Focuses:

Description

The bundled themes should have comment paging links at the top of the list, as well as below. Because we redirect to the top of the list, that allows you to page through easily.

Attachments (1)

8219.patch (1.2 KB ) - added by Viper007Bond 18 years ago.
Might need a bit of styling

Download all attachments as: .zip

Change History (3)

#1 @ryan
18 years ago

Will need to call get_comment_pages_count() with the comments array and proper args. If using paginate_links(), pass that count via 'total' in the args array.

@Viper007Bond
18 years ago

Might need a bit of styling

#2 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [10097]) Add paging links above comments list. Props Viper007Bond. fixes #8219

Note: See TracTickets for help on using tickets.