Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63307, comment 11


Ignore:
Timestamp:
04/24/2025 11:34:07 AM (2 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63307, comment 11

    initial v1  
    77http://localhost:8889/wp-json/wp/v2/posts?slug=test-post&ignore_sticky=false
    88
    9 It will return the post "test-post" **and** all the sticky posts. This is not the expected behavior.
     9It 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.
    1010
    1111Sticky posts are meant to be shown just on listing queries, not on individual records queries.