某些時(shí)候我們需要在網(wǎng)站上面展示出文章的評(píng)論數(shù)量,這時(shí)候就需要使用get_comments_number()函數(shù),這個(gè)函數(shù)能夠完美的實(shí)現(xiàn)這個(gè)需求。
語(yǔ)法<
get_comments_number( int|WP_Post $post_id )
實(shí)例
<?php echo get_comments_number(); ?>
13280692153