04/21/2014 at 1:18 pm
#289194
Keymaster
@ jon605
You add the enable_search and the enable_category_select shortcode to each instance of the shortcode, not individually in separate instances of the shortcode; like:
[connections enable_search=false enable_category_select=false category='4']
[connections enable_search=false enable_category_select=false category='5']
[connections enable_search=false enable_category_select=false category='6']
[connections enable_search=false enable_category_select=false category='7']
[connections enable_search=false enable_category_select=false category='11']
[connections enable_search=false enable_category_select=false category='12']
[connections enable_search=false enable_category_select=false category='13']
[connections enable_search=false enable_category_select=false category='14']
[connections enable_search=false enable_category_select=false category='15']
[connections enable_search=false enable_category_select=false category='16']
[connections enable_search=false enable_category_select=false category='17']
[connections enable_search=false enable_category_select=false category='18']
[connections enable_search=false enable_category_select=false category='19']
[connections enable_search=false enable_category_select=false category='20']
[connections enable_search=false enable_category_select=false category='21']
[connections enable_search=false enable_category_select=false category='22']
[connections enable_search=false enable_category_select=false category='23']
Since an instance of a shortcode is unique, you need to apply options each time.
Hope that makes sense!
