In woocommerce, I would like to add the possibility to sort the products by "Modified date" in shop and archives pages.
How can I add "Sort By date modified " in woocommerce product sorting dropdown?
Any help is appreciated.
In woocommerce, I would like to add the possibility to sort the products by "Modified date" in shop and archives pages.
How can I add "Sort By date modified " in woocommerce product sorting dropdown?
Any help is appreciated.
This can be done very easily with the following code, which will add a sorting by modified date:
Code goes in function.php file of your active child theme (or active theme). Tested and work.