Thethe-image-slider and WPML

jdunhin

New member
Joined
Feb 27, 2013
Messages
93
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
21
Views
10,908
Replies
2
Views
3,039
Replies
3
Views
4,709
Replies
0
Views
2,213
Replies
0
Views
1,941
Newer threads
Latest threads
Replies
1
Views
35
Replies
1
Views
34
Replies
1
Views
122
Replies
1
Views
152
Replies
1
Views
256
Recommended threads
Replies
4
Views
2,901
Replies
0
Views
4,130
Replies
3
Views
6,704
Replies
6
Views
5,442

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

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