• Resolved emanuele303

    (@emanuele303)


    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)
  • Plugin Author stepasyuk

    (@stepasyuk)

    Hello @emanuele303

    Thank you for your interest in Filter Everything plugin.

    You tried to filter custom WP_Query but this is possible with the PRO version of the plugin only. Free version filters only Main (native) WP_Queries.

Viewing 1 replies (of 1 total)

The topic ‘items’ is closed to new replies.