#5048 closed enhancement (no action required)
Pagination links as list elements
Reported by: | henrywright | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Any chance the links outputted by bp_members_pagination_links() can be wrapped in <li>
tags? This will allow theme developers to target the first and last elements with CSS statements such as ul li:first-child
This ticket may well need to go upstream as bp_members_pagination_links
uses functionality outside BuddyPress but I wanted to raise the issue here to hear your thoughts first.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Closing this request as I can see the pagination mark-up is already very good, the first and last elements can be targetted via .prev and .next