このユーザーにはお気に入りのトピックがありません。
お気に入りのフォーラムトピック
作成したフォーラムトピック
| ステータス |
トピック
|
サポーター | 声 | 投稿 | 新着度 |
|---|---|---|---|---|---|
|
SQL
開始者:michaelB-212
カテゴリ:English Support
Problem: SELECT *<br />FROM wp_icl_translations<br />WHERE trid IN (SELECT trid<br />FROM wp_icl_translations GROUP BY trid having count(trid) = 1) If you need to filter by a specific post type, such as 'Pages', modify the SQL like this: SELECT *<br />FROM wp_icl_translations<br />WHERE trid IN (SELECT trid<br />FROM wp_icl_translations GROUP BY trid having count(trid) = 1) and element_type LIKE 'post_page' Remember to prefix the post type with 'post_'. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at WPML Known Issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML Support Forum. |
|
2 | 3 | 3年、 9ヶ月前 | |
|
Post language no photos or text
開始者:michaelB-212 カテゴリ:English Support |
|
2 | 2 | 3年、 10ヶ月前 |