This plugin merges comments from all WPML translations of the posts and pages, so that they all are displayed on each other.
Because WPML creates posts and pages for each language, comments from one do not appear on the other.
This plugin merges comments from all WPML translations of the posts and pages, so that they all are displayed on each other.
Comments are internally still attached to the post or page they were made on.
It uses the get_comments()
api call, which in some circumstances might not return all posts.
This plugin doesn’t require any special installation.
wpml-comment-merging.php
to the /wp-content/plugins/
directoryInitially only posts were supported, but since 1.2 also pages are supported.
It should, but I have not tested it. It hooks in after the WPML hooks (using prio 100) and uses the comments passed to it.