In Multisite, List Recent Posts Across an Entire Network by using custom query
or WP_Query
you can list all recent post across the network.
This SQL query also has the potential to become very large. For this reason, we’ll use the Transients API
again in a method very similar to what