link to same language with qtranslate Plus
-
I followed instructions given to hippio in another thread to make url-links work in different languages, but i’m not able to manage it. i’m not sure where to insert the filter described by author:
add_filter( 'wpgcl_filter_raw_gallery_link_url', 'my_gallery_link_url_filter', 10, 3 ); function my_gallery_link_url_filter( $link, $attachment_id, $post_id ) { return qtrans_convertURL( $link ); }
i already changed the value of qtrans to ppqtrans, as the translation plugin has changed.
usually i use [:en], [:es], etc to define target language, but for some reason it does not work.
anyone with similar issue ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘link to same language with qtranslate Plus’ is closed to new replies.