Nextgen Gallery and WPML translation problem
-
Hello!
I have a problem translating NextGEN Gallery’s album names.
It all shows up in the backend nicely. But in the front I do not see any translations ??I am using my gallery via this kind of query
$albumlist = $wpdb->get_results(“SELECT * FROM $wpdb->nggalbum ORDER BY id desc”);
and echoing it out in the end like this
<?php echo $album->name ?>
and it works fine, except for the translation part.I am alse echoing gallery titles all the same and they work – also the translations.
?php echo $gallery->title; ?>
The page is here, having also var dumps in the moment to debug
https://oasis-solutions.ee/c/wildfit/meedia/portfolio/If possible, I need help, it is such a small and embarrassing problem I use too much time solving
- The topic ‘Nextgen Gallery and WPML translation problem’ is closed to new replies.