I want to have two search bars, one which works normally and one that searchs only in the post content but I can’t even find the code of the search funtion to create the second.
Can I use a plugin to make my search function only search in post content? Thanks in advance
This line in $wp_query might be of interest:
You could probably use a filter to toss in an additional post_type = ‘post’. Something like: