Hi to everyone!
I have a problem with WordPress and WPML which I can't find a solution to fix it. I wrote in Stackoveflow, and I decided to write in this WordPress forum also.
I'm delevoping a web application which correspond to WordPress database, but it isn't base on WordPress. I get all products from database, but I would like to get only products from english version of the site.
Here is the link to my topic in Stackoverflow.
$sql = 'SELECT * from wp_posts WHERE post_type = product';
Thanks in advance!