Re: How to remove link in comment date?
Just be warned this has nothing to do with the Classipress theme. You will need to edit the Wordpress files to do this. if you ever update your site you'll need to redo this.
Open
wp-includes/comment-template.php
Go to about line 1270 and look for this code.
Change it to this code.
Code:
<div class="comment-meta commentmetadata"><?php printf(__('%1$s at %2$s'), get_comment_date(), get_comment_time()) ?><?php edit_comment_link(__('(Edit)'),'','') ?></div>
Eric is best known in the forum for his in depth tutorials. He started in design 4 years ago and then discovered WordPress and has been coding and hacking themes and plugins ever since. He's quite helpful if you have any questions for him in the forum. Eric also makes his own WordPress themes and plugins and provides ClassiPress consulting on the side. David Cowgill - (Owner of Classipress)