Ticket #223 (assigned defect)

Opened 3 years ago

Last modified 1 year ago

For tag pages, need to hook into the WP_query

Reported by: markjaquith Assigned to: christined (accepted)
Priority: high Component: ultimate-tag-warrior
Severity: normal Keywords:
Cc:

Description

Right now, we're allowing the normal front page WP_query to run, and then running our own. This is highly inefficient. We should be testing for $_GETtag? in the plugin and modifying the query (maybe just making it blank).

Change History

07/23/05 04:05:17 changed by christined

  • status changed from new to assigned.

01/10/07 05:47:03 changed by ketsugi

There's already a query filter that runs whenever a query is sent to $wpdb->query, would this do the trick?