Disable comment bubble on homepage
-
So, I have a site that doesn’t use comments at all, however in this mobile plugin it defaults to ‘0’ at the top of the screen where the slider is. How do I remove that bubble completely in the coding?
I attempted the following unsuccessfully:
function bauhaus_should_show_comment_bubbles(){ $settings = bauhaus_get_settings(); if ( $settings->bauhaus_show_comment_bubbles ) { return false; } else { return false; } }
I don’t think that’s where the issue lies.
Thank you in advance
- The topic ‘Disable comment bubble on homepage’ is closed to new replies.