Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#17319 closed defect (bug) (invalid)

Sticky posts added to WP_Query

Reported by: ivaldi's profile ivaldi Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

Sticky posts are always added to the post results when you use WP_Query. The filters or meta_query are ignored.

Change History (1)

#1 @scribu
12 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

To make it not show sticky posts, just set 'ignore_sticky_posts' => true.

Note: See TracTickets for help on using tickets.