Thethe-image-slider and WPML

jdunhin

Active member
Registered
Joined
Feb 27, 2013
Messages
72
Points
0
I found a solution for thethe-image-slider image slider to work with WPML translation.
Edit thethe-image-slider.php
replace $nPostID = get_the_ID();
with:
PHP:
		//$nPostID = get_the_ID();
		if(get_the_title()==$name){
			$nPostID = get_the_ID();
		}
I think the same solution is somewhere on their support forums. But I know allot of people want this tiny bit of code!
 
Older Threads
Replies
2
Views
2,745
Replies
0
Views
1,896
Newer Threads
Recommended Threads
Similar Threads

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top