order by post_title not working
-
Hi !
Thank you for this plugin. Everything is working well excepting that order by post_title not working$str = "SELECT * FROM $wpdb->posts LEFT JOIN $wpdb->postmeta m1 ON ($wpdb->posts.ID = m1.post_id) LEFT JOIN $wpdb->postmeta m2 ON ($wpdb->posts.ID = m2.post_id) WHERE (m1.meta_key = 'marque_produit' AND m1.meta_value = 'Berollka Aktiv') AND (m2.meta_key = 'type_produit') AND $wpdb->posts.post_status = 'publish' ORDER BY $wpdb->posts.post_title ASC "; $result = $wpdb->get_results($str);
Did I made a mistake?
Best regards
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘order by post_title not working’ is closed to new replies.