Title: remove permalink from comment date
Last modified: August 19, 2016

---

# remove permalink from comment date

 *  [miocene22](https://wordpress.org/support/users/miocene22/)
 * (@miocene22)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/remove-permalink-from-comment-date/)
 * My theme uses this as part of its comment template:
 *     ```
       $largs = array(
       'style'             => 'ol',
       'avatar_size'       => 70,
       'reply_text'		=> 'Reply',
       'type'				=> 'comment'
       );
   
       <ol class="commentlist"><?php wp_list_comments($largs); ?></ol>
       ```
   
 * This results in the date of each comment (which appears under the author) being
   a permalink for the comment. How do I make it so the date is just plain text 
   with no permalink?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Edward Caissie](https://wordpress.org/support/users/cais/)
 * (@cais)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/remove-permalink-from-comment-date/#post-1812724)
 * You might be able to use the ‘callback’ parameter to re-write the output … see
   this link for more details: [http://codex.wordpress.org/Function_Reference/wp_list_comments](http://codex.wordpress.org/Function_Reference/wp_list_comments)
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/remove-permalink-from-comment-date/#post-1812725)
 * [http://codex.wordpress.org/Function_Reference/wp_list_comments](http://codex.wordpress.org/Function_Reference/wp_list_comments)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘remove permalink from comment date’ is closed to new replies.

## Tags

 * [comment](https://wordpress.org/support/topic-tag/comment/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/remove-permalink-from-comment-date/#post-1812725)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
