Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

OrderBy Options

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 59525

Trending Articles