• Welcome to the all-new Kolakube support, the official place to get help for Marketers Delight, XFtoWP, CryptoWP, and other WordPress products! Please login with your account details to access members-only support forums.

Reformatting the thread comments

trana

Active member
Messages
28
Reaction score
0
When a post has an associated thread for comments, it currently shows the first post in the thread, which is actually a snippet of the post content. Since the user viewing this is typically at the bottom of the same content, perhaps there should be an option to not show the first post in the thread since it is redundant and actually might confuse the user.

Is this possible?
 
I agree, it has not proven to be ideal to show the same excerpt at the top of the thread discussion directly after the article. The functionality was designed with the intent that the first post in the thread would be different, but using the {excerpt} shortcode has actually been the most common use case, and has proven to be redundant.

For now, without making template edits, this CSS will remove the first post in the comments thread:

CSS:
.forum-comments-list .forum-comment:first-child { display: none; }

To help make this smoother in the future the plugin will offer different comments sorting and a full on ability to just remove the OP.
 
Comment
Back
Top