1 s0me0ne Jan 14, 2007 23:05
3 s0me0ne Jan 15, 2007 15:48
4 s0me0ne Jan 20, 2007 05:30
1 down and 1 to go. I found something in the wpc_aubmach template that works for the date comment link
:D
<a href="<?php $Comment->permanent_url() ?>" title="<?php echo T_('Permanent link to this comment') ?>"><?php $Comment->date('F j, Y') ?> @ <?php $Comment->time( 'g:i a' ) ?></a>
However I still cant get the Comment Link to be the author's name, If I can just get the following to output the authors name, its calling a class inside a class, and since I dont know classes very well its probably got some wrong syntax
$Comment->author_url( $Comment->get_author() , '', '' );
:'(
Guadeloupe skin in 1.8.6 does that type of permalink for posts, so maybe replacing Item with Comment in it's code will do the trick for you?
This is only a guess!