Description
This function creates a URL that can be used to link to tags. Formatted based on the clean URLs option. Used internally in the projectTags() function.
Usage
<?php echo linkToProjectTag( $tag ); ?>
Parameters
$options
- string
The text to be turned into a tag. Will be converted to URL-friendly format, for example, “Graphic Design” becomes “graphic-design”.