@shay1383
Active 4 years, 2 months ago
-
Anonymous User 17603124 started the topic get_comment_count() in the forum How-to & Troubleshooting 4 years, 9 months ago
Hi,
Hi,
I found the code to hide comments in the activity stream. Adds an additional button (show / hide comments)
How can I add the number of comments for the current post?I have something like that made by @shay1383
add_action( 'wp_footer', 'add_comment_hide_show' );
[Read more]
function add_comment_hide_show() {
?>
<style>…