Hey Ian,
Thanks for reaching out to us!
This is definitely an interesting request and something that would be a great suggestion on our UserVoice page.
A customization like this is typically beyond what we’re able to provide in support but hopefully I can help to get you pointed in the right direction! Looking at the plugin, it looks like you need a couple of things to get the filter bar displaying on the Single Venue template.
- To start, copy the single-venue.php file from the PRO views folder and into your theme following our Themer’s Guide.
- Next, you’ll want to copy the content from the appropriate filter layout that you would like to user (horizontal or vertical) from the filter bar plugin views and add it to your new single-venue.php file where you would like the filters to display.
- Finally, you’ll need to ensure the appropriate resource files are loaded on your single venue template. You can do this within your theme’s “functions.php” file using wp_enqueue_scripts to enqueue the needed files from the “Resources” folder within the Filter Bar plugin files.
Hopefully this will help to get you pointed in the right direction. Let me know if it helps.
Thanks!