Most and Least Read Posts Widget for WordPress

most-and-least-read-posts-widget_banner

Most and Least Read Posts Widget is a free plugin for WordPress, developed by the Whiletrue.it staff to show lists of the most and reast read posts.

The following options are customizable:

  • number of posts to show
  • exclude post whose title contains certain words

The plugin starts counting hits once activated, storing them in the “custom_total_hits” custom field without the need of external accounts.

The most popular web crawlers (e.g. Googlebot) are recognized and their hits discarded.

The plugin is compatible with multi-language WPML plugin, showing most/least read posts for current language.

Download the plugin from the official WordPress website, clicking on the button:

Download_64

3 thoughts on “Most and Least Read Posts Widget for WordPress

  1. George Philip

    Hello,

    Thanks for this great plugin. I would like to have in my template – without dragging widgets – using php code, as to have two distinct blocks: one for the 3 most read posts, the other for the 3 least read posts. Could you please elaborate on the php code inset?

    Thanks in advance.

    George

    Reply
    1. WhileTrue Post author

      Hi George, I’ve never tried it. You could do it using the “the_widget” WP function, something like this:

      < ?php
      $widget_instance= array('title'=>'Most Read Posts', 'posts_number'=>3);
      the_widget('MostReadPostsWidget', $widget_instance);

      $widget_instance= array('title'=>'Least Read Posts', 'posts_number'=>3);
      the_widget('LeastReadPostsWidget', $widget_instance);
      ?>

      Reply
  2. jack

    I love the plugin, but it counts readings if I refresh post, first of all, I am admin and it should not do that. It should not count admin reads, only visitors reads.

    can you fix it?

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *


six × = 24

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>