このユーザーにはお気に入りトピックがありません。
お気に入りのフォーラム・トピック
フォーラム・トピックの作成
状況 |
トピック
|
サポーター | 声 | 投稿文 | 新鮮さ |
---|---|---|---|---|---|
Elementor single and archive templates
によって始められた: nikiforosB
にある: English Support
Problem: I need to show the same template in both languages, greek and english but only one works. The other shows the default layout of the theme. Solution: There is a workaround for this issue provided by our specialists. Please follow these steps to apply the workaround: $query = new \WP_Query( [ 'posts_per_page' => -1, 'post_type' => Source_Local::CPT, 'fields' => 'ids', 'meta_key' => '_elementor_conditions', ] ); To: $query = new \WP_Query( [ 'posts_per_page' => -1, 'post_type' => Source_Local::CPT, 'fields' => 'ids', 'meta_key' => '_elementor_conditions', 'suppress_filters' => true, ] ); - Re-save the Display Conditions for each template. Could you tell me if the workaround solves the issue? Important note - This workaround has two effects: Relevant Documentation: |
2 | 9 | 4年、 9ヶ月前 |