ultimate-tag-warrior
Opened 21 years ago
Last modified 19 years ago
#223 assigned defect
For tag pages, need to hook into the WP_query
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Severity: | normal |
| Plugin: | ultimate-tag-warrior | 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).
Note: See
TracTickets for help on using
tickets.
There's already a query filter that runs whenever a query is sent to $wpdb->query, would this do the trick?