Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #17065, comment 55


Ignore:
Timestamp:
01/16/2014 11:34:01 PM (11 years ago)
Author:
toto
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17065, comment 55

    v1 v2  
    2828and we can order - post_name width the hack.
    2929
     30Dont forget to remove the hack after your query with
     31
     32{{{
     33remove_filter( 'posts_orderby', 'filter_query' );
     34}}}
    3035
    3136