Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /* add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2);
- function avia_random_image_query($query, $params)
- {
- if(empty($query['post_mime_type']))
- {
- $query['orderby'] = "title";
- $query['order'] = 'ASC';
- }
- return $query;
- }
- */
Advertisement
Add Comment
Please, Sign In to add comment