listing sorted random and featured listings on top
Hi folks,
I want to customize the sorting order of the listings.
I need to have to the featured listings at the top, like it's on default.
Further i need to have the non-featured listings ordered randomly under the featured ones.
How can i accomplish that?
I would like to add the case: 'myCustomOrder' in the function va_get_home_listings()
in the core.php but don't know how to use the right $arguments for the WP_Query Object.
May someone help?