ผู้ใช้รายนี้ไม่มีหัวข้อที่ชื่นชอบ.
หัวข้อฟอรั่มที่ชื่นชอบ
สร้างหัวข้อฟอรัมแล้ว
สถานะ |
หัวข้อ
|
ผู้สนับสนุน | เสียง | กระทู้ | ความสดชื่น |
---|---|---|---|---|---|
SearchWP and WPML
เริ่มโดย: Devops Takeoff
ใน: English Support
Problem: // Ensure you have WPML's language set up $current_language = apply_filters('wpml_current_language', null); // Arguments for the query $args = array( 'post_type' => $post_type, 'posts_per_page' => $posts_per_page, 'post_status' => 'publish', 'orderby' => $params['orderby'] ?? 'date', 'order' => $params['order'] ?? 'DESC', 's' => $params['search'], 'paged' => $paged, 'suppress_filters' => false, // This ensures WPML filters are applied ); // Run the query $query = new WP_Query($args); // Use the results as needed if ($query->have_posts()) { while ($query->have_posts()) { $query->the_post(); // Your loop content } wp_reset_postdata(); } If this solution does not resolve your issue or seems outdated, please check the related known issues, verify the version of the permanent fix, and confirm that you have installed the latest versions of themes and plugins. If further assistance is needed, we highly recommend opening a new support ticket at WPML support forum. |
0 | 2 | 1 months, 1 weeks มาแล้ว |