<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?> You will need to insert this in your theme's files in ...
確定! 回上一頁