Ticket #12413 (closed defect (bug): duplicate)

Opened 2 years ago

Last modified 2 years ago

query_var not set for builtin taxonomies

Reported by: scribu Owned by: filosofo
Priority: normal Milestone:
Component: Taxonomy Version:
Severity: normal Keywords: has-patch
Cc:

Description

The builtin category and post_tag taxonomies have the query_var argument set to false.

This has undesired side effects, especially for plugins.

Attachments

12413.diff Download (1.1 KB) - added by scribu 2 years ago.

Change History

scribu2 years ago

comment:1 follow-up: ↓ 2   dd322 years ago

The reason the query vars are set to false is due WP_Query handling the query vars manually for those taxonomies.

Adding the query vars has some side effects i believe.

What are the problems plugins are running into?

comment:2 in reply to: ↑ 1   scribu2 years ago

  • Keywords commit removed
  • Status changed from new to closed
  • Resolution set to duplicate
  • Milestone 3.0 deleted

Replying to dd32:

The reason the query vars are set to false is due WP_Query handling the query vars manually for those taxonomies.

Adding the query vars has some side effects i believe.

I guess this calls for a more holistic approach. Will probably be addressed in #9951

What are the problems plugins are running into?

I'm enhancing my  Query Multiple Taxonomies to allow term intersections and I need to treat tags and categories like a regular taxonomy.

I guess it's not such a common problem. :)

Note: See TracTickets for help on using tickets.