Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#23639 closed enhancement (invalid)

integrate "tag_slug__not_in" parameter to wp_query

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

Description

if there are for ids:

tag__and (array) - use tag ids.

tag__in (array) - use tag ids.

tag__not_in (array) - use tag ids.

and for slugs:

tag_slug__and (array) - use tag slugs.

tag_slug__in (array) - use tag slugs.


then there should be

tag_slug__not_in

too.

Change History (3)

#1 @alexvorn2
11 years ago

  • Summary changed from integrate "tag_slug__not_in" parremeter to wp_query to integrate "tag_slug__not_in" parameter to wp_query

#2 @SergeyBiryukov
11 years ago

  • Component changed from General to Query

#3 @nacin
11 years ago

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

We have tax_query for this.

Note: See TracTickets for help on using tickets.