This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

ASC order is not correct

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #40845
    kokosankokosan
    Participant

    how about query posts using order parameter ASC order (‘order’ => ‘ASC’), which is a normal function? https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters

    Sorry I don’t have much knowleage about WP.

    #40855
    Ernest MarcinkoErnest Marcinko
    Keymaster

    That should also give you the same exact output and ordering as the post editor screen. By default the WP_Query uses “post_date”.
    If you see a different order, then it was changed or altered via a hooking function.

    No problem, I am more than happy to help.

    #40911
    kokosankokosan
    Participant

    Ok now

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.