I am trying to: I have a listing of posts (CPT) listing on a page with pagination. I want to add my custom taxonomies to a widget so the user can select taxonomies and it will filter down the posts that are shown. So far, I've followed 3 different methods and none are working. I can get the taxonomies to show above the listing but I can't get it into the sidebar/widget.
Could you please give me some clear direction. I think I may be confused at this point.
So I am using beaver builder for my page. The widget Wp-Views-Filter doesn't work. So I used a text field and then added the view telling it to only display the search form and the target page was the same page. This is working... but is this the correct way?
The Views widgets work when using them in the standard way, e.g. adding them to the sidebar widget area, but using them as widget modules in Beaver Builder I couldn't get them to work myself.
But when using a page builder like Beaver Builder you don't need widgets as such because it allows you to add content where you want anyway.
Outputting the View results and View form in separate areas of the same page by inserting them in text modules is the best way to achieve this, and it also works with ajax updates for the filters, which is a limitation of the Views widgets which do not.