ASC order is not correct

This topic contains 17 replies, has 2 voices, and was last updated by kokosan kokosan 1 year, 3 months ago.

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #40845
    kokosan
    kokosan
    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 Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #40911
    kokosan
    kokosan
    Participant

    Ok now

Viewing 3 posts - 16 through 18 (of 18 total)

You must be logged in to reply to this topic.