I want to order my posts by tags with only one WP_Query()
In my WP_Query I would like to display
2 posts with tags portrait
2 posts with tags paysage
2 posts with tags portrait
2 posts with tags paysage
2 posts with tags portrait
2 posts with tags paysage
Etc...
And I need to order these posts by recents.
What is the query to do that ?
Thanks
PS : Sorry I cannot use code because I'm with my iPhone.