orderby=post_date&order=desc doesn’t work
-
Trying to sort search results with get params …&orderby=post_date&order=desc, but nothing changes in results.
According to “class-asl-searchoverride.php” line 172, plugin should use these params
} else if ( isset($_GET['orderby']) )How can I sort search results by date?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘orderby=post_date&order=desc doesn’t work’ is closed to new replies.