In the sidebar menu of a blog entry, all “recent post” links link to the currently shown URL. This has been discussed in the WPML support forum and the work-around suggested there in January 2018 still seems to be necessary to make multi-lingual blogs work fine.
We needed to comment out add_filter( 'the_permalink', array( $this, 'filter_permalink' ) );
in the file cornerstone/includes/classes/components/class-wpml.php
.
Unfortunately, this change will need to be repeated after every update. Any way to make this work by default?