I discovered the problem, thank you. This is now resolved.
This is not resolved.
Adding the code you provided to my theme’s functions.php file causes a critical error on my website.
Hi there,
You can make this change by going into the plugin files. Before doing anything, make sure to back up your site. Also, be sure you have FTP access in case something goes wrong.
Open includes -> functions.php
On line 151 of this file you will see: $default_order_by = ‘title’; Change title to date
2 lines down you will see $default_order = “asc”; Change asc to desc.
Hope this helps you!