Truncate Comments

설명

Truncate Comments is a plugin that hides a part of a long comment under a “Read more” link that, when clicked, reveals the hidden part of the comment. The plugin provides the functionality of Amazon.com comments.

If you liked my plugin, please rate it.

The plugin uses jQuery Collapser by Aakash Chakravarthy.

스크린샷

  • The plugin settings page.
  • Example of a hidden comment.

FAQ

Installation Instructions

  1. Visit «Plugins\Add New».
  2. Search for «Truncate Comments».
  3. Install and activate the plugin.
  4. That’s all.

Plugin settings are available in «Settings\Truncate Comments».

How to style a “Read more” link using CSS?

Add the following code to the style.css file of your theme.

.commentMoreLink {
   color:red!important;
}

The link will become red (just an example).

Does the plugin support localization?

Yes, please use translate.wordpress.org.

후기

2018년 12월 13일 2 replies
Very useful plugin. What I miss is the possibility to collapse the opened comment back after I have read it or decided not to read (link like "Collapse back" or "Read less"). Or to collapse automatically after time the blog owner can define ´ Best WJ
2017년 1월 24일
Super, just adjusted line-height via css to keep theme style! A "Read Less" to collapse long comments would be also great. Thx, c--
2016년 9월 3일
Really simple to set up and great for de-cluttering the comments section. Exactly what I was looking for
모든 6 평가 읽기

기여자 & 개발자

“Truncate Comments”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Truncate Comments”(이)가 2(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Truncate Comments”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.00

  • minor bug fixes
  • added “Hide” button.

1.04

  • minor bug fixes

1.03

  • removed PHP notices.

1.02

  • removed the bundled languages in favour of language packs from translate.wordpress.org.

1.01

  • added German translation (thanks to ezkay).

1.00

  • first public version.