voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

I don't know how to use it with WPML #17

Closed closemarketing closed 10 years ago

closemarketing commented 10 years ago

I use in a web page with WPML for different languages, but it does not show the thumbnail.

How can I make the query to show the mutilple thumbnail?

Regards.

kevinlangleyjr commented 10 years ago

Please review the documentation within the wiki where we have detailed examples of registering a new post thumbnail and retrieving it on the front end to display to the user. The fact that it is being used with WPML should have no relevance to whether you can retrieve the post thumbnail or not.

After reviewing the examples there if you have any further questions, feel free to open another issue.

Thanks!

closemarketing commented 10 years ago

Hello Kevin, Thanks for your reply. Yes, it should not have relevance, but the fact is that is not showing the multipost thumbnail, in a page that is in another language. Any idea? Thanks.

kevinlangleyjr commented 10 years ago

Can you provide a code sample here of how you are both registering and trying to retrieve the thumbnail?

closemarketing commented 10 years ago

Hello Kevin, after revising the code, I saw the problem. The image has to be uploaded in every language.

Thanks.