Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Raam Dev

    (@raamdev)

    @sylefel You can add the following to your Child Theme’s functions.php file to tell Independent Publisher not to apply the enhancements that hide the form and show the button:

    function independent_publisher_enhanced_comment_form() {
    	return;
    }

    For me, this worked only for logged in users. Logged out users (visitors) still see the button.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Call to action Comments button?’ is closed to new replies.