Home › Forums › Pro Support › How to get the template part working with WPSP? › Reply To: How to get the template part working with WPSP?
August 3, 2018 at 5:57 am
#5555
Participant
Hello Tom!
I’m not sure what you mean with ‘custom query PHP’… As I told you earlier in this thread, I’m working with WPSP and also with Search & Filter plugin, so is this plugin that makes the query. It works if I don’t use WPSP, but obviously what I want is to use it.
If you are talking about the $custom_query
variable I’ve used in the last code (previous post) this is it:
$custom_settings = array(
'taxonomy' => 'gender',
'tax_term' => $gender,
);
wpsp_display( 123, $custom_settings );
It is in taxonomy.php Nothing in functions.php
Hope it helps…