--- functions/theme-functions.php	Wed Jan 22 14:00:10 2014
+++ functions/theme-functions.php	Thu Jan 23 23:01:12 2014
@@ -1853,9 +1853,10 @@
         '<p>[raw]' => '', 
         '[/raw]</p>' => '', 
         '[/raw]<br />' => '', 
-        '<p>[' => '[', 
-        ']</p>' => ']', 
-        ']<br />' => ']'
+		/*KERIPO MOD*/
+        /*'<p>[' => '[', */
+        /*']</p>' => ']', */
+        /*']<br />' => ']'*/
     );
 
     $content = strtr($content, $array);
--- includes/archives-meta.php	Wed Jan 22 14:00:10 2014
+++ includes/archives-meta.php	Thu Jan 23 23:00:13 2014
@@ -13,6 +13,7 @@
 	<span><?php printf('%1$s', get_the_category_list( ', ' ) ); ?></span>
 <?php endif; ?>	
 <?php if( tie_get_option( 'arc_meta_comments' ) ): ?>
+	<span><?php /*KERIPO MOD*/ echo pvc_stats_simple( get_the_ID() ); ?></span>
 	<span><?php comments_popup_link( __( 'Leave a comment', 'tie' ), __( '1 Comment', 'tie' ), __( '% Comments', 'tie' ) ); ?></span>
 <?php endif; ?>
 </p>
--- includes/boxes-meta.php	Wed Jan 22 14:00:10 2014
+++ includes/boxes-meta.php	Thu Jan 23 23:00:17 2014
@@ -13,6 +13,7 @@
 	<span><?php printf('%1$s', get_the_category_list( ', ' ) ); ?></span>
 <?php endif; ?>	
 <?php if( tie_get_option( 'box_meta_comments' ) ): ?>
+	<span><?php /*KERIPO MOD*/ echo pvc_stats_simple( get_the_ID() ); ?></span>
 	<span><?php comments_popup_link( __( 'Leave a comment', 'tie' ), __( '1 Comment', 'tie' ), __( '% Comments', 'tie' ) ); ?></span>
 <?php endif; ?>
 </p>
--- includes/post-meta.php	Wed Jan 22 14:00:10 2014
+++ includes/post-meta.php	Thu Jan 23 23:00:20 2014
@@ -12,6 +12,7 @@
 	<span><?php _e( 'in ' , 'tie' ); ?><?php printf('%1$s', get_the_category_list( ', ' ) ); ?></span>
 <?php endif; ?>	
 <?php if( tie_get_option( 'post_comments' ) ): ?>
+	<span><?php /*KERIPO MOD*/ echo pvc_stats_simple( get_the_ID() ); ?></span>
 	<span><?php comments_popup_link( __( 'Leave a comment', 'tie' ), __( '1 Comment', 'tie' ), __( '% Comments', 'tie' ) ); ?></span>
 <?php endif; ?>
 </p>
