Forum Replies Created
-
Hi,
Ok, that’s clear, thank you for your answer.
I found this post: stackoverflow.com
With this code example :
$query_args = array( 'post_type' => 'product', // The post type we want to query, in our case 'product'. 'orderby' => 'title', // Return the posts in an alphabetical order. 'order' => 'ASC', // Return the posts in an ascending order. 'posts_per_page' => -1, // How many post we want to return per page, -1 stands for no limit. 'tax_query' => array( // Taxonomy query array( 'taxonomy' => 'marca', // The taxonomy we want to query, in our case 'marca'. 'operator' => 'EXISTS' // Return the post if it has the selected taxonomy with terms set, in our case 'marca'. ) ) ); $query = new WP_Query( $query_args ); if( $query->have_posts() ) { while ( $query->have_posts() ) { $query->the_post(); echo the_title(); } }
Any way to make it work with the DHWC’s taxonomy ?
Thank you for your help.
Best regards.
in reply to: How to sort products by BrandsHi,
I confirm you that it’now working !
Once again, thank you very much for your help & support.Kind regards,
in reply to: How to translate ‘BRAND’ word on Front siteHi,
Thank you for you help.
Print screen attached to this message (with DHWC ajax Plugin Demo Site).Regards,
Attachments:
You must be logged in to view attached files.in reply to: How to translate ‘BRAND’ word on Front siteHi,
It’s working fine now with last updated version.
Thank you for your fast help & support.
Kind regards,
in reply to: DHWC Ajax ACF Filter : ACF list bugThis reply has been marked as private.in reply to: DHWC Ajax ACF Filter : ACF list bugHi,
I downloaded and tested the lastest version of the module (v1.2.4).
I confirm that it’s working fine now !Thank you very much for your reactivity & support !
Thank you for developing this nice extension !Best regards,
in reply to: DHWC Ajax ACF multi select not workingThis reply has been marked as private.in reply to: DHWC Ajax ACF multi select not workingThis reply has been marked as private.in reply to: DHWC Ajax ACF multi select not workingThis reply has been marked as private.in reply to: DHWC Ajax ACF multi select not workingThis reply has been marked as private.in reply to: DHWC Ajax ACF multi select not workingThis reply has been marked as private.in reply to: DHWC Ajax ACF multi select not workingI found the solution !
It’s a conflict with another plugin.Thank you.
in reply to: DHWC Ajax ACF multi select not workingThis reply has been marked as private.in reply to: DHWC Ajax ACF multi select not working