Index: trunk/wp-content/plugins/xpressme/xpressme.php
===================================================================
--- trunk/wp-content/plugins/xpressme/xpressme.php	(revision 46)
+++ trunk/wp-content/plugins/xpressme/xpressme.php	(revision 51)
@@ -35,4 +35,7 @@
 add_action("wp_set_comment_status" , "block_cache_refresh");
 
+add_action("the_content",	"set_post_views_count");
+
+
 //require_once('../include/custom_functions.php');
 ?>
