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
3,029
Replies
0
Views
2,168
Newer Threads
Latest Threads
Recommended Threads
Replies
16
Views
5,718
Replies
0
Views
1,505
Replies
6
Views
4,765
Replies
8
Views
3,654

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