Changes between Initial Version and Version 1 of Ticket #63359, comment 1
- Timestamp:
- 04/27/2025 12:34:53 PM (7 weeks ago)
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.1 Yes, 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. 2 2 This might be the intended behavior: 3 3 https://github.com/WordPress/wordpress-develop/blob/839c81706ebb2e29c4f70436eb62cec16602d0a7/src/wp-includes/class-wp-query.php#L3563