Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function homepage_posts($query)
- {
- if ($query->is_home() && $query->is_main_query())
- {
- $query->set( 'orderby', 'rand' );
- }
- }
- add_action('pre_get_posts', 'homepage_posts');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement