Forum Replies Created

Viewing 2 replies - 46 through 47 (of 47 total)
  • Hi Neo,

    if the SearchWP Live Ajax Search is used without SearchWP Pro it would search all post types by default.
    You can use the following hook to set the post types you want to search:

    add_filter( 'searchwp_live_search_query_args', function( $args ){
    	$args['post_type'] = ['post', 'your-custom-post-type'];
    	return $args;
    } );

    With SearchWP Pro you can select the exact post types to search and which fields for each post type.
    I hope this helps!

    Plugin Author Elio

    (@brelios)

    Hi @aaev,

    the plugin doesn’t log views for admin users.
    Have you tested all those while logged in as an admin?
    As you are using the Premium version and this forums should be used for free versions only, could you please open a support ticket from the plugin’s menu so we can help you from there.

    Thank you!

Viewing 2 replies - 46 through 47 (of 47 total)