Reply To: Individual Post/Page settings

#13364
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Yes, with a modification to one of the plugin files this is possible.

Open up the wp-content\plugins\ajax-search-pro\backend\metaboxes\default.php and scroll to line 46, which should be this:

if ( in_array( $post_type, $post_types )) {

..and change that to:

if ( in_array( $post_type, $post_types ) || 1 ) {

That should hopefully do the trick 🙂

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)