Link or URL of a specific Category by category ID
Description
This code will print the URL of a category when used outside of the loop. Change 18 the the ID of the category that you want to print the URL. this code is useful if you have a category image that is static or long term
This code will print the URL of a category when used outside of the loop. Change 18 the the ID of the category that you want to print the URL. this code is useful if you have a category image that is static or long term
PHP Source Code
<?php echo get_category_link( "18" ); ?>