• mollenliving

    (@mollenliving)


    Hi,

    I’m having a hard time disabling the comments on the images including in my gallery.

    I’ve disabled discussion on the site as a whole plus on every subsite but when clicking on the images in the gallery, it is still possible to leave a comment.

    I’m not using a plugin.

    Anyone knows how to disable this?

    TIA ??

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Try adding this to your theme’s functions.php:
    add_filter('comments_open', '__return_false');
    This should disable all commenting on anything.

    If your theme is subject to periodic updates, this added code will eventually be overwritten. If it works for you, I recommend making it into a super simple custom plugin (to which you could add other custom code).

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable comments on gallery images’ is closed to new replies.