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 8 years ago by
blogforum.
-
This reply was modified 8 years ago by
blogforum.
-
This reply was modified 8 years ago by
blogforum.
-
This reply was modified 8 years ago by
blogforum.
-
This reply was modified 8 years ago by
blogforum.