Opened 12 years ago
Closed 12 years ago
#23640 closed enhancement (invalid)
Add the option to search for slugs in category parameters in wp_query
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Query | Keywords: | |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
We have tax_query for this.