Viewing 2 replies - 1 through 2 (of 2 total)
  • What’s the code you’re using for your search box? Could you place it in https://pastebin.com/ please.

    In your <form> tag for the search form, make sure that the action attribute ends in a ‘/’ e.g.

    <form method="get" id="searchform" action="<?php bloginfo('home'); ?>/">

    Notice that final ‘/’ after the end of the PHP tag. Also it should be an absolute URL (which bloginfo(‘home’) provides). If you specify the url manually it should also start in a ‘/’ or http ://yourdomain/wordpress ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search keywords gets replaced by page; Search Doesn’t Work’ is closed to new replies.