Forums Forums Search & Filter Pro Sort by count in taxonomy field not really sorted by count

Viewing 10 posts - 1 through 10 (of 10 total)
  • Trevor
    #180463
    This reply has been marked as private.
    Anonymous
    #180471
    This reply has been marked as private.
    Trevor
    #180483
    This reply has been marked as private.
    Anonymous
    #180485
    This reply has been marked as private.
    Trevor
    #180487

    This might therefore be a cache issue. Autoptimise, your browser, WP Super Cache …

    Trevor
    #180489
    This reply has been marked as private.
    Anonymous
    #180491
    This reply has been marked as private.
    Trevor
    #180493
    This reply has been marked as private.
    Trevor
    #180497
    This reply has been marked as private.
    Ross Moderator
    #180856

    Hi Rob

    I can see the issue you have.

    Basically, those taxonomy sorting options are built into WP, we just provide a UI for them.

    https://developer.wordpress.org/reference/classes/wp_term_query/__construct/

    We ask WP for the terms associated with a taxonomy, and send an order parameter.

    This order, based on count, is the total number of posts in those terms.

    If you disable the S&F setting auto count which replaces those numbers with dynamic counts based on the current query, you’ll be able to see the logic of how it works.

    I hadn’t even considered the possibility of an integration here, but it makes perfect sense 🙂

    I’m sticking this on the todo list for v3, for now its not something we support fully I’m afraid.

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)