$categories = get_the_category($post->ID); //取得該篇文章的所屬分類, ... 上面的範例中,多了一個函式get_the_category(),這是帶入文章ID,取得 ...
確定! 回上一頁