Cita:
Iniciado por satanson123 si lo vi pero quiero que coja el link
Código PHP:
<a href="www.miweb.com/author/elque comento">el que comento</a>
Resuelto:
Código PHP:
<a href="<?php bloginfo('url'); ?>/author/<?php comment_author( $comment_ID ); ?>" title="<?php comment_author( $comment_ID ); ?>"><b><?php comment_author( $comment_ID ); ?></b></a>