Sort order in Search

After I update WP to 5.0.3 (then to 5.1)  and newest version of theme, Search results come in ascending order.
Solved by putting in search.php with <?php query_posts( $query_string . '&orderby=date&order=desc' ); ?>
Please if somebody can consider that search.php contains sort order that is included in post settings in Theme options.
Cheers

Comments

Sign In or Register to comment.