Hi,
You would need to customise the plugin to achieve this. Relevant code is in Better_Recent_Comments_Util::get_recent_comments() function.
Andy
Sorry, but I did not understand. I open the file Better_Recent_Comments_Util.php and then what I do?
Sorry, you’ll need a developer on this. It’s a free plugin, so not something I can help with.
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.
-
This reply was modified 9 years, 3 months ago by
blogforum.
-
This reply was modified 9 years, 3 months ago by
blogforum.
-
This reply was modified 9 years, 3 months ago by
blogforum.
-
This reply was modified 9 years, 3 months ago by
blogforum.