Changes between Initial Version and Version 1 of Ticket #63307, comment 11
- Timestamp:
- 04/24/2025 11:34:07 AM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63307, comment 11
initial v1 7 7 http://localhost:8889/wp-json/wp/v2/posts?slug=test-post&ignore_sticky=false 8 8 9 It will return the post "test-post" **and** all the sticky posts. This is not the expected behavior .9 It will return the post "test-post" **and** all the sticky posts. This is not the expected behavior, because you are not addressing the real problem that is being caused. 10 10 11 11 Sticky posts are meant to be shown just on listing queries, not on individual records queries.