Jump to content

agent_kidd

New Members
  • Posts

    3
  • Joined

  • Last visited

agent_kidd's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks, everything is fine 🙂
  2. Hi, just found this forum, maybe someone can help here. Novice question here 🙂 I have a 3 differents search engine on my website. I have add a form on the header with the code provide by searchwp. this code is supposed to redirect the results of the search on my result page (page id: 16599). but the result is send on a 404 page. here is the form: <div class="search-box"> <form role="search" method="get" class="search-form" action="<?php echo get_permalink( 16599 ); ?>"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search …" value="" name="swpquery" title="Search for:"> </label> <input type="submit" class="search-submit" value="Search"> </form> </div> Is anyone have an idea how i can achieve this? Thanks a lot
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.