Support

Account

Home Forums ACF PRO Creating dynamic filtering on custom post type Reply To: Creating dynamic filtering on custom post type

  • or maybe…

    – Add an options page under the CPT with filters
    – Add custom fields in a repeater on that options page to add filters
    – Use those custom fields to dynamically create taxonomies in functions.php
    – Now when creating posts we can pick what taxonomies apply to that post
    – On the frontend pull in all taxonomies and use jquery to filter results

    Does this sound like a good game plan?