July 26, 2012 at 13:21 /
I’m sorry, just one more thing.
The wpml plugin works by duplicating the posts and pages and only show the post of the current language.
The thing is that I cannot make it work with the resources search. I’ve added the option of translating the custom post type “resources” and I can do the translation with no problem with the WPML but when I do the search, all the resources appear – of every language.
I had a similar problem with my theme. It has custom post types and in one of them (homepage highlights) all the translations appeared as well. I added
1 |
'suppress_filters' => false, |
in
1 |
$args = array( ... |
and it got fixed.
Any thoughts on that?
Thanks a lot, so far your support has been perfect!