<?php
// Get the ID of a given category
$category_id = get_cat_ID( \'Category Name\' );
// Get the URL of this category
$category_link = get_category_link( $category_id );
?>
<!-- Print a link to this category -->
<a href="<?php echo esc_url( $category_link ); ?>" title="Category Name">Category Name</a>
单击类别标题链接后,它将带您进入页面,其中显示该类别下的所有帖子。注:类别。php,存档。php模板文件负责显示,else索引。将使用php。