Results 1 to 2 of 2

Thread: wordpress 3.3.2 change "post order by" in query.php

  1. #1
    Thread Starter
    Member billis's Avatar
    Join Date
    Jul 2011
    Posts
    86
    Thanks
    4
    Thanked 7 Times in 7 Posts

    wordpress 3.3.2 change "post order by" in query.php

    does anyone know how i change order from "date" to "modified" in wordpress 3.3.2 query.php????
    in older version was:

    query.php line 1120
    just replace the

    $q['orderby'] = 'post_date '.$q['order'];

    line with

    $q['orderby'] = 'post_modified '.$q['order'];

  2. #2
    Thread Starter
    Member billis's Avatar
    Join Date
    Jul 2011
    Posts
    86
    Thanks
    4
    Thanked 7 Times in 7 Posts
    anyone can help with this?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 9
    Last Post: February 25th, 2013, 10:29 AM
  2. Need to change text "Post an Ad" to "Create A New Post".
    By evanhadley in forum ClassiPress General Discussion
    Replies: 1
    Last Post: February 5th, 2012, 08:09 AM
  3. Need to change text "Post an Ad" to "Create A New Post".
    By evanhadley in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: February 5th, 2012, 08:09 AM
  4. Can't re-order tabs as use "other items for sale by this member" query
    By doctorcilantro in forum ClassiPress General Discussion
    Replies: 8
    Last Post: February 1st, 2011, 10:30 AM
  5. Replies: 7
    Last Post: December 12th, 2010, 02:28 PM