There is no widget, but there is a PHP code to display it
<?php get_totalviews(); ?>
Graet
But where do I have to insert it ?
Wherever you want it to appear. Contact your theme author if you are unsure.
Hi
I was trying to insert that codes in to my footer and header
but it shows nothing…
Do I need some more codes that <?php get_totalviews(); ?> ?
Someting to let see the result of counting ?
I was trying to put it next:
<div id=”header”><?php?><div class=”container”><?php
?><div id=”logo”>” title='<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>’ rel=’home’><?php
Greetings