• Resolved csnodgr2

    (@csnodgr2)


    I’ve added the PHP do_action code above the if (have_posts()) and query code. The filter shows and allows me to select taxonomies but the results don’t change. I have this code on the taxonomy-property_category.php page of my theme.

    What am I doing wrong?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    You say above the query code?
    Does that mean you perform a custom wp_query (or get_posts) before the loop?
    Because BTF can only work with the default core query happening on an archive template.

    There should never be a need to write your own query on an archive. If you need to modify the default querys behaviour you should use the pre_get_posts hook 🙂

    Thread Starter csnodgr2

    (@csnodgr2)

    Thank you. I removed the custom wp_query and it’s working now.

    Plugin Author Jonathandejong

    (@jonathandejong)

    Glad to hear!

    Best of luck with your project!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter not changing results of taxonomy page’ is closed to new replies.