Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Sorting Taxonomies #51

@JacobDorman

Description

@JacobDorman

The query created when attempting sortable admin columns using automatic taxonomies doesn't work:

array (
    'order' => 'asc',
    'orderby' => 'meta_value',
    'posts_per_page' => 200,
    'post_type' => 'sm-item',
    'meta_key' => 'sm-item-section',
)

Wasn't clear from the docs that only meta values were supported.

Might be a workable solution here:
http://wordpress.stackexchange.com/questions/14306/using-wp-query-is-it-possible-to-orderby-taxonomy

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions