In the default widget “post” in elementor we can select search&filter query (screeshot)
https://formateur-digital.com/wp-content/uploads/2022/11/Capture-décran-2022-11-18-à-19.41.08.png
I will be very helpful to find search&filter query in post caroussel, grid, multislider … in query type (screenshot).
https://formateur-digital.com/wp-content/uploads/2022/11/Capture-décran-2022-11-18-à-19.42.06.png
Is it possible to activate this functionality ?
May be activation is necessary on search&filter. To display search&filter in elementor we use an additional plugin “search and filter elemmentor”. In this plugin we can find file search-filter-elementor.php with hooks “add_action” for every widget where it is activated. By example :
// Posts
add_action( ‘elementor/element/posts/section_query/before_section_end’, array($this, ‘modify_posts_controls’), 10, 2 );
May be we have to add hook in this file for post grid, post caroussel …
Thanks for your response.