Title: Make &#8220;&#8230;Read more&#8221;
Last modified: February 27, 2017

---

# Make “…Read more”

 *  Resolved [blogforum](https://wordpress.org/support/users/blogforum/)
 * (@blogforum)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/make-read-more/)
 * In the widget column there is the preview comment, but I want to put comment-
   link “…Read more” after the last preview word.

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

 *  [Andy Keith](https://wordpress.org/support/users/andykeith/)
 * (@andykeith)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/make-read-more/#post-8856694)
 * Hi,
 * You would need to customise the plugin to achieve this. Relevant code is in Better_Recent_Comments_Util::
   get_recent_comments() function.
 * Andy
 *  Thread Starter [blogforum](https://wordpress.org/support/users/blogforum/)
 * (@blogforum)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/make-read-more/#post-8856784)
 * Sorry, but I did not understand. I open the file **Better_Recent_Comments_Util.
   php** and then what I do?
 *  [Andy Keith](https://wordpress.org/support/users/andykeith/)
 * (@andykeith)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/make-read-more/#post-8856790)
 * Sorry, you’ll need a developer on this. It’s a free plugin, so not something 
   I can help with.
 *  Thread Starter [blogforum](https://wordpress.org/support/users/blogforum/)
 * (@blogforum)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/make-read-more/#post-8857049)
 * This the code, i’ve add (see bold), this run good but show “Read more” in all
   preview post. I need only for truncated posts.
 * …
    $comment_content = str_replace( array( ‘{avatar}’, ‘{author}’, ‘{comment}’,‘{
   date}’, ‘{post}’ ), array( ‘<span class=”comment-avatar”>’ . $avatar . ‘</span
   >’, ‘<span class=”comment-author-link”>’ . $author . ‘</span>’, ‘<span class=”
   comment-excerpt”>’ . $comment_text . **$link_fmt = ‘comment_ID ) ) . ‘”Read more**
   </span>’, ‘<span class=”comment-date”>’ . $date . ‘</span>’, ‘<span class=”comment-
   post”>’ . $post . ‘</span>’ ), …
    -  This reply was modified 9 years, 3 months ago by [blogforum](https://wordpress.org/support/users/blogforum/).
    -  This reply was modified 9 years, 3 months ago by [blogforum](https://wordpress.org/support/users/blogforum/).
    -  This reply was modified 9 years, 3 months ago by [blogforum](https://wordpress.org/support/users/blogforum/).
    -  This reply was modified 9 years, 3 months ago by [blogforum](https://wordpress.org/support/users/blogforum/).
    -  This reply was modified 9 years, 3 months ago by [blogforum](https://wordpress.org/support/users/blogforum/).

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

The topic ‘Make “…Read more”’ is closed to new replies.

 * ![](https://ps.w.org/better-recent-comments/assets/icon.svg?rev=3100094)
 * [Better Recent Comments](https://wordpress.org/plugins/better-recent-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-recent-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-recent-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/better-recent-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-recent-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-recent-comments/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [blogforum](https://wordpress.org/support/users/blogforum/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/make-read-more/#post-8857049)
 * Status: resolved