Plugin Directory

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: markjaquith's profile markjaquith's profile markjaquith Owned by: christined's profile christined's profile christined
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).

Change History (2)

#1 @christined
21 years ago

  • Status changed from new to assigned

#2 @ketsugi
19 years ago

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

Note: See TracTickets for help on using tickets.