Skip to content

Products are not showing search results #4

Description

@crawlersgroup

Hello Team,
Thanks for plugin its working fine but currently its only searching in pages and posts but not in Products. I added your code too in function.php but still same

// Add custom post types to search
add_filter('wpnlweb_searchable_post_types', function($post_types) {
$post_types[] = 'product';
return $post_types;
});

Can you help me out
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions