wordpress添加文章閱讀數量

將下面代碼添加到functions.phpphp 1 //取得文章的閱讀次數 2 function post_views($before = '點擊 ', $after = ' 次', $echo = 1) 3 { 4 global $post; 5 $post_ID = $post->ID; 6 $views = (int)get_post_meta(
相關文章
相關標籤/搜索