Hey Chetan.
Hope you’re well.
One problem I’ve noticed with this, is that the date order seems to be alphabetical.
My homepage shows:
Post (28 April 2016)
Review (18 May 2016)
Post (19 April 2016)
Review (19 April 2016)
I’m assuming this is due to the lack of an orderby in the new query? I tried adding:
$query->set( 'orderby', 'date');
With no joy.
Could you assist with PHP-fu, please? Thank you, as always.