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