get_category_link ($category_id);. In your specific case: <?php global $post; $categories = get_the_category(); foreach ($categories as ...
確定! 回上一頁