[wp-trac] [WordPress Trac] #62975: Twenty Twenty-Five: Exclude sticky posts when offset is used
WordPress Trac
noreply at wordpress.org
Wed Aug 13 17:59:17 UTC 2025
#62975: Twenty Twenty-Five: Exclude sticky posts when offset is used
---------------------------+---------------------
Reporter: poena | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 6.9
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
---------------------------+---------------------
Comment (by akshat2802):
This is one possible approach to improving the experience in bundled theme
templates (e.g., Twenty Twenty-Five), where Query Loop blocks with an
offset may display sticky posts more than once.
When sticky posts are not ignored, they can appear both in their featured
position and again later in the loop, which can feel repetitive for
visitors.
This PR [https://github.com/WordPress/wordpress-develop/pull/9471] updates
affected templates to set "sticky": "ignore" by default when using
offsets. If a site owner or administrator prefers a different behaviour,
they can easily adjust the Query Loop settings in the Site Editor to
enable sticky posts or select another option.
The change also aligns with the new ignore option introduced in WordPress
6.8
--
Ticket URL: <https://core.trac.wordpress.org/ticket/62975#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list