• I have an archive page of Supervisors which has 2 custom taxonomies. These Taxonomies are also associated with 2 other CPTs.

    On the Archive Page I have QMT as a list, however the post count is including the other CPTs how can I get around this, such that post count in the QMT is only displaying those for Supervisors.

    I’ve tried to use a pre_get_posts with is_tax() but I can’t do is_tax() twice, one for each taxonomy. Any thoughts?

    Thank,
    FJ

    https://www.ads-software.com/plugins/query-multiple-taxonomies/

Viewing 1 replies (of 1 total)
  • Thread Starter FranklynJones

    (@franklynjones)

    Ok so by adding

    ‘post_type’ => get_post_type() to the QMT_Count, in core.php line 95 – sorted this out…

Viewing 1 replies (of 1 total)
  • The topic ‘Archive Page Mulitple CPTs’ is closed to new replies.