Custom query not returning all results via wp_Query() in page template
-
First, thank you! Your plugin is awesome and works great on my search page.
Question: I have a page template set-up using a custom query, so the page displays the predetermined results.
$query = new WP_Query( 's=keyword');
The page is only displaying articles with the keyword in the TITLE, and ignoring other results where the keyword appears in the post content. If I run the exact same keyword search query through the regular search box, the search results are correctly “searching everything”
Please advise how to use the power of “Search Everything” on my custom search query via my page template.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom query not returning all results via wp_Query() in page template’ is closed to new replies.