• I noticed that a friend has a drupal blog which displays the number of times an individual post has been opened (I assume it does this by counting how many times the permalink has been accessed). I’m more interested in knowing this data myself although at his blog the data displays underneath ea. post.

    Is there such a WP plugin?

Viewing 8 replies - 1 through 8 (of 8 total)
  • In less time than it took to write this post…

    https://search.www.ads-software.com/post+views+plugin

    Thread Starter richards1052

    (@richards1052)

    Thanks, Beel.

    That gives me some of what I’d like. But it only provides data for the 10 most visited posts. With 900 posts, I’d like a little more data than that. The top 25 or 50 would be even better. But at least Top 10 Posts is a start.

    Also I know next to nothing about myphpadmin or sql & the idea of messing around there (which you have to do to configure the plugin) is intimidating.

    I’d love to see the same thing, maybe top 100 posts as a plugin.

    David Martinez
    https://www.seidon.com/

    $results = $wpdb->get_results("select postnumber, cntaccess from mostAccessed ORDER BY cntaccess DESC LIMIT 1000");

    Thread Starter richards1052

    (@richards1052)

    I see that this code will get the desired result of top 100 posts. But where do you insert it, how do you use it, where will it display the results?

    Thread Starter richards1052

    (@richards1052)

    Another drawback to this plugin (at least for me) is it counts search engine post hits as well as human hits. If anyone hears of a plugin that only counts human post hits that’s the one for me.

    have any one found this plugin if so plz provid eme the link

    i want to see when user open sigle post and number time post viewed should high light near the date i seen in most of the blog but i dont want to show as top 100 or someing in index page

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘plugin that counts number of times a post has been viewed?’ is closed to new replies.