i would like to have a block on my drupal site(latest version) that displays most read pages on the website
is there any module/code available to achieve this?
-Vivek
i would like to have a block on my drupal site(latest version) that displays most read pages on the website
is there any module/code available to achieve this?
-Vivek
As Drupal does not have "pages" as atomic units but nodes, you probably want to have a list of the most viewed nodes, and then perhaps only of a certain type.
You probably want to take a look at the 'statistics' module that comes with a default Drupal installation. It tracks node views and offers some rudimentary overview pages itself, but its data can be accessed and used from View module views.