Title: Most read post plugn for multisite..?
Last modified: August 20, 2016

---

# Most read post plugn for multisite..?

 *  [bloggmorsorna](https://wordpress.org/support/users/bloggmorsorna/)
 * (@bloggmorsorna)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/)
 * Do anyone know about a plugin that showes the most read post on a multisite, 
   like a list..? (that is, out of all sites in the network.)
 * It would also be interested with similair features such as most commented posts
   etc.
 * Thankful for help.

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690098)
 * Not really, since all posts are segregated data. That is, they’re in their own
   table per site. You’d have to search all wp_x_posts tables, add everything up,
   and then parse the output, which is a little CPU expensive.
 *  Thread Starter [bloggmorsorna](https://wordpress.org/support/users/bloggmorsorna/)
 * (@bloggmorsorna)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690100)
 * Probably to much for me to handle. I was hoping for a plugin or a code or something
   easier 🙂 but i´ve been searching the internet also and i didnt find anything
   really.
 *  Thread Starter [bloggmorsorna](https://wordpress.org/support/users/bloggmorsorna/)
 * (@bloggmorsorna)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690105)
 * But on the other hand…
    should be possible and not too far away from the blog
   in i have on the front site – recent posts (showing recent posts from all sites…)
   Is´nt that also information from different tables put together in one???
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690108)
 * Which plugin are you using for that?
 *  Thread Starter [bloggmorsorna](https://wordpress.org/support/users/bloggmorsorna/)
 * (@bloggmorsorna)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690110)
 * For that I´m using a plugin called multisite latest posts widget (by Tristan 
   Min)
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690113)
 * That one you might be able to fork for that, but it would (again) become pretty
   expensive for your site (that is, it’d slow it down), since for comments, you
   have to look at the postmeta table (and views as well, I think? Maybe…). So you’d
   have to loop to collect all posts, then a second loop for all postmeta tables,
   aggregate, go back…
 * It’s really a lot of work for negligible payoff.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Most read post plugn for multisite..?’ is closed to new replies.

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 6 replies
 * 2 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [14 years, 1 month ago](https://wordpress.org/support/topic/most-read-post-plugn-for-multisite/#post-2690113)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
