How does limit parameter works with MSM?
I have 1 main and 6 other websites (subdomains). I have latest entries box on main website (domain.com) and would like to display latest added entry from each of 6 websites.
But seems like when I use limit=“6” in channel that limit 6 entries per website so there are 36 entries in a queue. But when I use limit=“1”, only single entry is displayed instead of 6.
So how to display latest entry from each of 6 websites in a single entry list?