Hello, where can i turn of wordpress comments on events form Modern events calander like this one?
It needs to stay active on other post’s
https://dekapperswandeling.nl/events/wandeling-schoorlse-duinen/
Thanks
Hello, where can i turn of wordpress comments on events form Modern events calander like this one?
It needs to stay active on other post’s
https://dekapperswandeling.nl/events/wandeling-schoorlse-duinen/
Thanks
Hi there,
Please install a child theme and have it activated then add this to the functions.php file of the child theme:
https://theme.co/apex/child-themes
add_action( 'init', 'remove_custom_post_comment' );
function remove_custom_post_comment() {
remove_post_type_support( 'mec-events', 'comments' );
}
Hope this helps.
thanks! I will try this now
Completed your steps, does not work. am I missing something?
Hi There @RPronk
When you edit an event, you will see an option on the bottom of the page to enable or disable comments.
Hope that helps.
Ok that is clear, I tried to find the option in ME calendar and overlooked it can be edited in wp admin. Thanks for the outline
have a good day
You are most welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.