• 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)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    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

    (@bloggmorsorna)

    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

    (@bloggmorsorna)

    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)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Which plugin are you using for that?

    Thread Starter bloggmorsorna

    (@bloggmorsorna)

    For that I´m using a plugin called multisite latest posts widget (by Tristan Min)

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    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.