Changes between Initial Version and Version 1 of Ticket #20243, comment 2
- Timestamp:
- 03/15/2012 03:07:41 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20243, comment 2
initial v1 3 3 You have multiple ways of achieving the desired outcome through a plugin. One example: 4 4 5 ` 5 {{{ 6 6 function disable_complex_term_queries( $args ) { 7 7 foreach ( array( 'cat', 'tag' ) as $key ) { … … 14 14 15 15 add_filter( 'request', 'disable_complex_term_queries' ); 16 ` 16 }}}
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)