This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: support for data searching all subdomains custom type post

Home Forums Product Support Forums Ajax Search Pro for WordPress Support support for data searching all subdomains custom type post Reply To: support for data searching all subdomains custom type post

#11106
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

You can’t add custom post types on the back-end which doesn’t exist on the current installation (current site). That is why I asked if you know the list of the custom post types you need.

For that you will have to use a custom filter instead. Try putting this code to the functions.php file in your active theme directory (from line 3):

Make sure to enter the post types into the $post_type array variable.