Home › Forums › Pro Support › How to get the template part working with WPSP? › Reply To: How to get the template part working with WPSP?
June 15, 2018 at 8:59 pm
#4941
Keymaster
So it works when you do this?:
$custom_settings = array(
array(
'taxonomy' => 'gender',
'tax_term' => $gender
),
);