items
-
I need to use filter in custom post type.
In the archive i see all my product by simple query:$args = new WP_Query( array(
‘post_type’ => ‘immobili’,
‘order’ => ‘DESC’,
‘posts_per_page’ => -1,
)
);$context[‘posts’] = new Timber\PostQuery( $args );
but the post dosen’t change when i use filter.
in setting i use:AJAX for Filters: yes
CSS id or class of the Posts Container: .content-prodotti
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘items’ is closed to new replies.