We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to get the template part working with WPSP? Reply To: How to get the template part working with WPSP?

#5555
Alberto
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…