WebDevStudios / WebDevStudios/custom-post-type-ui
CPTUI-specific taxonomy ordering.
Open
@tw2113 is already working on this.
Since Aug 29, 2016.
enhancement
From Forums
second opinion
- Dominant language
- PHP
- Stars
- 641
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Description
Provide a field on taxonomies that set the order in which they should appear in the menu.
This is not a field that will be passed into the register_* functions, but would instead be used to do an array_sort() before the foreach that registers each taxonomy. This would allow a level of control for the user, without altering how we save object data and without forcing need to provide shuffling before save.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.