Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    hi,

    maybe you can try to look for template file at templates/forms/event/categories-public.php and then based on the selected categories you can used this as your search attributes like category="1,2,3," where 1,2,3 are your event categories id

    https://wp-events-plugin.com/tutorials/

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    this could be done, but requires some developer knowledge.

    you’d need to modify the search form template we supply, or alternativey create a similar form which instead has a checkbox set of fields or similar which sends an array of categories to the search page.

    e.g. <input type="checkox" name="category[]"...

    em categories are custom taxonomies so you’d use wp functions to list the taxonomies.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple Category Filter’ is closed to new replies.