$_commentwebsite
variable
- $_commentwebsite
applicable sections
- comment
description
Place this variable at the location in the comment element where you want the URL of the commenter to appear.
notes
- This variable will display text only and will not be hyperlinked. You may use this variable as shown below, in your template file, but if the commenter did not provide a URL (or provided an non-validating URL) then this variable will return a zero-length string
- A preferred method of conditionally providing a linked name is to use the
$_commentnamelinked
variable
example
<a href="$_commentwebsite">$_commentname</a>