Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    Hi pedroarnau23, do you mean like this link? http://docs.designsandcode.com/search-filter/#example-11

    Plugin Author DesignsAndCode

    (@designsandcode)

    Ah I see what you mean, where you can choose include ALL the tick boxes or ANY of them?

    A latest update changes the way checkboxes and multiselects works – I haven’t documented it yet but you can see my post about it here with an example, instead of ALL and ANY, I am using “AND” and “OR”

    http://wordpress.org/support/topic/checkbox-or-or-and?replies=5

    Let me know if it works!! 🙂

    Thread Starter pedroarnau23

    (@pedroarnau23)

    Hi DesignsAndCode,

    Thank you for that fast answer.

    I mean a separator between diferent hierarchies.
    For example here:
    http://wordpress.org/themes/tag-filter/

    We have Colors and then all the differnet colors (that we can check).
    On the other hand we have Columns (and all the different options of coulmns that we can check)
    Then we have “Layout”, etc.

    Is this possible with this plugin?
    For example I would want to have a hirarchy of colors, but the main category “Colors” shouldnt be checked but it should appear…

    I don’t know if I’ve explained myself.

    Thank you for all your work!!

    Plugin Author DesignsAndCode

    (@designsandcode)

    Hi pedroarnau23, so do you mean visually, you would like things to be seperated out? This is easy enough if you know a little CSS just depends on your data

    Sorry but finding it hard to understand… Also, by different hierarchies do you mean actually mean, colors, columns etc? This would be different taxonomies.

    What you would need to do is use taxonomies for each type of variable you want (in the example you gave, you would have a taxonomy for colors, columns, layout, features & subject) – I would use a plugin like this one to create them – http://wordpress.org/plugins/ultimate-taxonomy-manager/

    Thread Starter pedroarnau23

    (@pedroarnau23)

    Thank you for your answer,

    Yes I mean separated but my question was to do withput checking the taxonomies, and with that plugin I hope that will be possible.

    Once the different taxonomies are created, this is the code I should use:
    [searchandfilter fields=”search,category,post_tag,taxonomyone,taxonomytwo”]

    Am I right? 😉

    I will try and tell you if all is OK.

    Thank you again!!

    Plugin Author DesignsAndCode

    (@designsandcode)

    Ah yes of course, please read the documentation there are examples with checkboxes – your shortcode should be:

    [searchandfilter fields="search,category,post_tag,taxonomyone,taxonomytwo" types=",select,select,checkbox,checkbox"]

    If you wanted to show taxonomyone and taxonomytwo as checkboxes 🙂

    Let me know how it goes

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Multiple Tags separated by hierarchy is possible?’ is closed to new replies.