Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter 3×7

    (@3x7)

    <li class="term-item {{#is-selected}}current-term{{/is-selected}}">
    	{{#is-selected}}
    		<h5><b><a class="remove-term" href="{{url}}" title="{{title}}">[-] {{name}}</a></b></h5>
    	{{/is-selected}}
    	{{^is-selected}}
    		<h6><a class="add-term" href="{{url}}" title="{{title}}">[+] {{name}}</a></h6>
    	{{/is-selected}}
    	{{#children}}
    		<ul>
    			{{{child-list}}}
    		</ul>
    	{{/children}}
    </li>
    Thread Starter 3×7

    (@3x7)

    I’m also looking for solution to modify list to leave Categories list open all the time so I could shuffle thru categories but still keep the selected custom taxonomies…

    My first guess would be that it should “reset categories” before selecting new… but still then it would show only collapsed ones, this would work only for those which appear with selected one…

    Anybody?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Query Multiple Taxonomies] Item list example’ is closed to new replies.