Skip to content
Advertisement

WordPress Custom Post Type not showing in Search Results

I have an issue with custom post types(Quiz) & search in WordPress. Custom post types are not showing in my search result page. Only the default post content is showing in my search result.

Following are the codes I used

functions.php function create_posttype() {

JavaScript

Additional code in functions.php

JavaScript

search.php

JavaScript

content-search.php

JavaScript

I have tried lots of code found in WP Fourm & also in other stackoverflow questions. But couldn’t find a solution that actually work.

Advertisement

Answer

Add this code in search form. set custom post type in hidden field value.

JavaScript

multiple custom post type in search form

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement