Tagged Questions
2
votes
1answer
181 views
Querying post from a multisite network
I am working on a multisite blog network where I have to display recent post on my home page, 10 post per page navigation.
I did implement it using wpdb object with one complex sql statement.
I got ...