In the search page. the sorting option dropdown will have a fourth, repeating option if Newest or Oldest is chosen. I wrapped the last option $sort_other in src/templates/select_sort.php with <?php if(false): ?> and <?php endif; ?> to effectively comment it out so that it won't show up anymore.
In the search page. the sorting option dropdown will have a fourth, repeating option if
Newest
orOldest
is chosen. I wrapped the last option$sort_other
insrc/templates/select_sort.php
with<?php if(false): ?>
and<?php endif; ?>
to effectively comment it out so that it won't show up anymore.