Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63359, comment 1


Ignore:
Timestamp:
04/27/2025 12:34:53 PM (7 weeks ago)
Author:
karthikeya01
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63359, comment 1

    initial v1  
    1 Yes, I can reproduce it. I noticed that this only happens in the admin — the sticky posts are not displayed at the top there. When I try the same WP_Query on frontend pages, the sticky posts appear at the top as expected.
     1Yes, I can reproduce it. I noticed that this only happens in the admin area — the sticky posts are not displayed at the top there. When I try the same WP_Query on frontend pages, the sticky posts appear at the top as expected.
    22This might be the intended behavior:
    33https://github.com/WordPress/wordpress-develop/blob/839c81706ebb2e29c4f70436eb62cec16602d0a7/src/wp-includes/class-wp-query.php#L3563