Kimberlyjo

child theme functions

Mar 21st, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <?php
  2. /* add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2);
  3. function avia_random_image_query($query, $params)
  4. {
  5. if(empty($query['post_mime_type']))
  6. {
  7. $query['orderby'] = "title";
  8. $query['order'] = 'ASC';
  9. }
  10.  
  11. return $query;
  12. }
  13. */
Advertisement
Add Comment
Please, Sign In to add comment