• What code should I use to enter the statistics manually where I prefer in my theme?
    In the plugin admin I find these codes:

    Post, pagina, oggetto singolo 	
    
    <?php pvc_stats_update( $postid, 1 ); ?>
    Increase Page Views Count and echo stats of this post
    
    <?php pvc_stats_update( $postid, 0 ); ?>
    Increase Page Views Count and return stats of this post
    Indice pagine 	
    
    <?php pvc_stats( $postid, 1 ); ?>
    Echo stats of this post
    
    <?php pvc_stats( $postid, 0 ); ?>
    Return stats of this post

    I tried to place all of them but the number of statistics are always different and never the same as those of defoult that is inserted into the subject.
    Because?
    Thank you

    https://www.ads-software.com/plugins/page-views-count/

  • The topic ‘Insert statistics manually in the theme’ is closed to new replies.