php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?> Make the first category link to the category page < ...
確定! 回上一頁