- This topic has 1 reply, 2 voices, and was last updated 8 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Display category filter as link, not dropdown
Tagged: category, custom post type, search and filter pro, tags
Is there a way to display a category filter as a button link instead of a drop down?
For example, I am building a site where I’ll have Members as a custom post type. There will be several categories of members, for example: high, medium, low.
On the members page, I want to display all members at first, and have a line of category buttons at the top of the page with my categories so the user can filter and see members for one category at a time.
I’ve done this before with categories as a dropdown, but wondering if it’s possible to customize the UI a bit more.
If you want only one at a time, I would suggest having the options as a checkbox, and use CSS to hide the actual checkboxes, and again use CSS to style the values as buttons. If you make it single choice only. Might need to be radio buttons instead. But that would be how I would do it.