Merged Comments for WPML
An updated version of the fixed version of the no longer maintained WPML Comment Merging plugin.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 1266 days ago • 2 reviews
Is Merged Comments for WPML abandoned?
Possibly abandoned (last update 1266 days ago).
Compatibility
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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 is a fixed version of the no longer maintained WPML Comment Merging plugin:
https://wordpress.org/extend/plugins/wpml-comment-merging/
Thanks to Simon Wheatley for contributing the fix.
Forked from: https://github.com/jgalea/wpml-comments-merging
Installation
Frequently Asked Questions
Initially 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.
Review feed
Screenshots
Changelog
3.0
- Updated version 2.5, added $sitepress class and removed comments_clauses filter to allow to display multiple languages
2.5
- Fixed the no-longer maintained version.
1.3
- Fix for regression in PHP breaking call_user_func calls ( Warning: Parameter 1 to get_post() expected to be a reference, value given in line 45 of wpml-comment-merging.php )
1.2
- Added support for merging comments on pages.
1.1
- Fixed issue with comment counting on start page when a post is not translated
1.0
- Initial Release