<?php get_category_link( $category_id ); ?><?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 );
?>It looks like you're new here. If you want to get involved, click one of these buttons!