Forums › Forums › Search & Filter Pro › Creating an exact search design like this site
Tagged: horizontal, multiple sections
- This topic has 19 replies, 2 voices, and was last updated 5 years, 6 months ago by Trevor.
-
Anonymous(Private) March 13, 2019 at 10:04 pm #205085
https://network.thehighline.org/projects/
Click on the “Filter Projects” on the nav bar.
Theres 3 sections with 3-4 category sections. Can your plugin do this? Does each section have to be its own short code? If you select multiple check boxes it queries the results together. If so can you instruct us in how to go about it?
Thank you
Trevor(Private) March 14, 2019 at 11:45 am #205109You would need to have three taxonomies (called custom taxonomies) att ached to the post type you are searching. Ideally, you would not be using the default WordPress ‘Posts’, but have a custom post type, for example, looking at the exemplar site you gave, you would have:
A custom post type called ‘Projects’ (slug
projects
)and that CPT would have three custom Taxonomies called:
‘Region’ (slug
region
)
‘Status’ (slugstatus
)
‘Infrastructure Type’ (sluginfrastructure
)If you do not have the means or understanding to make these, a plugin called Custom Post Type UI will aid you.
When you have posts with taxonomy terms attached, you can then make the form based on these. The layout can be achieved with Custom CSS (I can help you with this).
If you already have posts and categories in your site, then get back to me, as some restructuring would be needed (for which there are tools to help you, as it is not uncommon to have to do this).
Anonymous(Private) March 16, 2019 at 12:34 am #205300ok so then the custom taxonomies would be:
Inspirations
Topicsand below are the categories we want them to be in.
Custom Taxonomies: Inspirations
Categories under the custom taxonomies:
Organizations
Projects
StoriesCustom Taxonomies: Topics
Categories under the custom taxonomies:
Art
Civic
Gardens
WaterAnonymous(Private) March 16, 2019 at 12:50 am #205302Yes we have lots of posts and categories on the site. This is the page we want it on:
https://new.flowproject.la/search/
Under the title description.
Thank you!
-
AuthorPosts