' . __( 'Read More' , 'treeson' ) . ''. ''; if( !empty( $post -> post_excerpt ) ){ the_excerpt(); echo ''; echo $read_more_link; echo ''; } else{ the_content( $read_more_link ); } $fn_exists = function_exists( 'stats_get_csv' ); if( $fn_exists ) { ?>
-1, 'post_id' => $post -> ID, ); $result = stats_get_csv( 'postviews' , $args ); $nr = absint( $result[0]['views'] ); ?>