How to get specific category link by ID in wordpress

Try this code change 5 to your specific Category id Cheers.

 

Here is the code.

[php]

<?php
echo get_category_link( "5" );
?>

[/php]

Leave a Reply

Your email address will not be published.