Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Your search form has this:

    <input type="hidden" value="post" name="post_type" id="post_type">

    It would be best if you just removed the line completely, as that would allow you to control the post types from Relevanssi settings, but if you want to index posts that you don’t want this search form to search, you can also adjust this to

    <input type="hidden" value="post,page" name="post_type" id="post_type">

    Thread Starter wsps

    (@wsps)

    Good Morning @msaari
    That worked!

    Thank you for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need to display both Posts and Pages’ is closed to new replies.