OrderBy Options
-
Hello Everyone,
This is a quick and not recomended tweek but it serves the purpose.
So instead of random ordering i needed order by date so you can modify the woo-related-products.php in the plugins folder.
Line : 309 place instead ->
‘orderby’ => ‘date’,
‘order’ => ‘desc’,
Line : 403 place instead ->
‘orderby’ => ‘date’,
‘order’ => ‘desc’,Though HAVE IN MIND THAT WHEN UPDATE PLUGIN THE ORDERING WILL BE LOST AND RETURN IN RANDOM.
I am sure that Vaggelis will make this change in the future.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘OrderBy Options’ is closed to new replies.