I'm using WPML and need a custom search query (The default search of wordpress is not working in my case).
Let say my query is:
"SELECT * FROM wp_posts WHERE post_title LIKE %s% AND [WPML_CURRENT_LANGUAGE_CONDITION]"
;
Please help me check which table I should care for this.
Thanks!