このユーザーにはお気に入りトピックがありません。
お気に入りのフォーラム・トピック
フォーラム・トピックの作成
状況 |
トピック
|
サポーター | 声 | 投稿文 | 新鮮さ |
---|---|---|---|---|---|
Displaying pages in other languages in my default language page
によって始められた: Marketing Tech
にある: English Support
Problem: // Perform your WP_Query with suppress_filters set to true $query = new WP_Query( array( 'post_type' => 'post', // Or your custom post type 'posts_per_page' => -1, // Show all posts 'suppress_filters' => true, // Disable WPML language filtering ) ); // Apply the 'the_posts' filter manually to get posts in all languages if ( $query->have_posts() ) { $all_posts = apply_filters_ref_array( 'the_posts', array( $query->posts, $query ) ); // Now $all_posts will contain all posts from all languages $query->posts = $all_posts; } // Loop through and display the posts if ( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); // Your loop code (e.g., the_title(), the_content(), etc.) } } // Don't forget to reset post data after the loop wp_reset_postdata(); Please note that this solution is a custom workaround and was not extensively tested. If this solution does not work or seems outdated, or if it does not apply to your specific case, we highly recommend checking related known issues at https://wpml.org/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. |
0 | 8 | 2週前 | ||
Support Needed for Retaining Translations in ATE After Category Changes
によって始められた: Marketing Tech にある: English Support |
0 | 10 | 1ヶ月前 | ||
Registering New WP Instance
によって始められた: Marketing Tech
にある: English Support
Problem: If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please do not hesitate to open a new support ticket. |
0 | 4 | 1ヶ月、 2週前 | ||
Translating Widget
によって始められた: Marketing Tech にある: English Support |
0 | 2 | 1ヶ月、 4週前 | ||
Saving Translation
によって始められた: Marketing Tech にある: English Support |
0 | 10 | 2ヶ月前 | ||
Issue with Progress Bar in New Advanced Translation Editor Version
によって始められた: Marketing Tech にある: English Support |
0 | 2 | 2ヶ月、 1週前 | ||
WPML Performance Issue
によって始められた: Marketing Tech にある: English Support |
2 | 8 | 3ヶ月、 1週前 | ||
& symbol in translation
によって始められた: Marketing Tech
にある: English Support
Problem: If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/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 | 6 | 4ヶ月、 1週前 | ||
CSS style is not reflecting in the pages when WPML is activated
によって始められた: Marketing Tech にある: English Support |
2 | 14 | 5ヶ月、 1週前 | ||
Duplicate page URL in Sitemap
によって始められた: Marketing Tech
にある: English Support
Problem: If this solution does not seem relevant to your case, or if it appears outdated, we recommend opening a new support ticket. We also highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. For further assistance, please visit our support forum at https://wpml.org/forums/forum/english-support/. |
3 | 13 | 6ヶ月前 | ||
Session Cookies – Wp-wpml_current_language
によって始められた: Marketing Tech にある: English Support |
2 | 2 | 6ヶ月前 | ||
Translating the Title in Accordion
によって始められた: Marketing Tech にある: English Support |
2 | 2 | 9ヶ月前 | ||
Accordion block from the Gutentor plugin problem
によって始められた: Marketing Tech にある: English Support |
2 | 3 | 9ヶ月前 | ||
How to allow the editor to edit the translations that are added by the administrator
によって始められた: Marketing Tech にある: English Support |
1 | 2 |
1年、 7ヶ月前
|
||
I need help changing our account name
によって始められた: Marketing Tech にある: English Support |
2 | 3 | 1年、 7ヶ月前 |