コード例 #1
0
ファイル: 10-20min.php プロジェクト: agileontheweb/xvp
" title="<?php 
        printf(__('%s', 'max-magazine'), the_title_attribute('echo=0'));
        ?>
" rel="bookmark">
           <?php 
        echo short_title($get_the_ID);
        ?>
 
          </a>

        </h2>

        <div class="post-meta"  >
          <span class='views'>
          <?php 
        echo '<strong>' . get_PostViews(get_the_ID()), '</strong> &nbsp;Visualizzazioni' . '';
        ?>
          </span>  
        </div>
      </div><!--right-->
  </div><!--post image-->
  </div>
  <?php 
    }
}
?>
  <?php 
wp_reset_postdata();
// reset the query
?>
コード例 #2
0
ファイル: functions.php プロジェクト: agileontheweb/xvp
function post_custom_column_views($column_name, $id)
{
    if ($column_name === 'post_views') {
        // Display the Post View Count of the current post.
        // get_the_ID() - Returns the numeric ID of the current post.
        echo get_PostViews(get_the_ID());
    }
}
コード例 #3
0
ファイル: piu-visti.php プロジェクト: agileontheweb/xvp
        ?>
        </span>
        
        <!--/DATE -->

        <!--VIEWS --> 
        <span class='views' style='margin-top:1px'><?php 
        if (function_exists('the_views')) {
            the_views();
        }
        ?>
</span>
      
        <span class='views' style='margin-top:1px'>
       		<?php 
        echo '<strong>' . get_PostViews(get_the_ID()), '</strong> &nbsp;Click' . '';
        ?>
		    </span>
    
        <!--/VIEWS -->
     	
        
        <!--RATING -->        
       
        <span class='rating'>   
        <?php 
        if (function_exists('the_ratings')) {
            the_ratings();
        }
        ?>
        </span>