Changes between Version 1 and Version 2 of Ticket #17065, comment 55
- Timestamp:
- 01/16/2014 11:34:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17065, comment 55
v1 v2 28 28 and we can order - post_name width the hack. 29 29 30 Dont forget to remove the hack after your query with 31 32 {{{ 33 remove_filter( 'posts_orderby', 'filter_query' ); 34 }}} 30 35 31 36