no more ads allowed in the player?
Also, When I view a post, at the bottom, it displays the views of some related post i have. but unfortunately it displays the same amount of views as the post opened.
I checked my comment-form.php and it looks like it has the function comment_form(). I deactivated all the plugins except for jetpack of course and it still didn’t work. Please Help. Here are the codes: <?php
global $current_user;
get_currentuserinfo();
ob_start();
comment_form();
ob_get_clean();
?>