#2808 closed defect (bug) (fixed)
WordCamp 'organizers' shortcode does not accept an order attribute
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | WordCamp Site & Plugins | Keywords: | good-first-bug has-patch |
| Cc: |
Description
Unlike some of its sibling shortcodes like speakers and sessions, the organizers shortcode has no way to sort the items it outputs in ascending order. It accepts an orderby attribute, but not order, so the resulting post query defaults to descending order.
Slack discussion here: https://wordpress.slack.com/archives/C08M59V3P/p1493841000894509
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hi @coreymckrill
I've added
orderattribute inorganizersshortcode. Here, is the patch 2808.diffPlease check and let me know if it's fine.
Thanks,