Opened 3 months ago

Closed 3 months ago

#23640 closed enhancement (invalid)

Add the option to search for slugs in category parameters in wp_query

Reported by: alexvorn2 Owned by:
Priority: normal Milestone:
Component: Query Version:
Severity: normal Keywords:
Cc:

Description

I mean to add these parameters:

category_slug__and (array) - use category slugs.
category_slug__in (array) - use category slugs.
category_slug__not_in (array) - use category slugs.


for wp_query.

Change History (3)

  • Component changed from General to Query
  • Type changed from defect (bug) to enhancement
  • 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.