WordPress網站信息統計代碼總結

獲取文章(post)總數 獲取文章總數應該使用WordPress API中wp_count_posts()函數,一般能使用API獲取的信息,就不要直接去查詢,除非使用API實現資源消耗太大。php 1 2 3 4 5 6 7 8 9 $count_posts = wp_count_posts(); $published_posts = $count_posts ->publish; //已發佈文章
相關文章
相關標籤/搜索