WP Category Archive and WPML
-
Hi,
I am using WPML with WP Category Archive.
Out of the box WP Category Archive didn’t work with multiple languages – it didn’t follow the language URL structure and was showing posts only in the default language.Here’s the fix for that problem:
in wp-category-archive.php change all occurrences of
get_option('home')
to
home_url()
That should be changed in two places, in lines 59 and 68.
Link to the fixed file:
https://www.cvejic.com/jelena/wp/wp-category-archive.zip
- The topic ‘WP Category Archive and WPML’ is closed to new replies.