- Status
- Resolved by author
- Related plugin/theme
- Neve
- Topic tags
- Compatibility
Overview of the issue
When you go to Appearance → Customize → Layout → Blog/Archive → Featured post and select Latest post, the featured post that appears in the blog page is always in one specific language, regardless of the language you selected.
Workaround
Please, be sure to make a full backup of your site before proceeding.
- Open the …/wp-content/themes/neve/inc/views/template_parts.php file.
- Locate line 107.
- Just after it, add the following line:
'suppress_filters' => false
This will allow WPML to pass the language information to the filter and display the latest post in the correct language.