-
Kamil replied to the question Hide and Show Comments on Wall and in Newsfeed in the forum BuddyBoss Wall 8 years, 10 months ago
Thank you for the answer 😀 .
The code works but if there are more than 5 comments for e.g. 8 , the last 3 comments are not hidden.
With the old code all comments are hidden.
———–
And is there an option that all comments are shown because if i use the code (the old code) all commets are hidden but only the first 5 comments be displayed if…[Read more] -
Kamil started the question Hide and Show Comments on Wall and in Newsfeed in the forum BuddyBoss Wall 8 years, 10 months ago
Hallo,
I have a problem with hidding comments in the activity stream.
I found a code to hide and show the comments and it works but if i use the code the like count is gone.This is the code i use:
add_action( 'wp_footer', 'add_comment_hide_show' );
[Read more]
function add_comment_hide_show() {
?>
<style>
.activity-comments ul{display: none;}…