Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter arindamg

    (@arindamg)

    I resolved it.

    Hi @arindamg , could you please share the solution you found? I’ve the same problem here but I can’t manage to fix it properly. Thank you!

    Thread Starter arindamg

    (@arindamg)

    In below file change the form action from “#” to “/”

    wp-content/themes/gucherry-blog/header.php
    
    <div class="search-overlay-holder"> 
    112	           <div class="gc-container"> 	112	           <div class="gc-container"> 
    113	               <div class="search-wrapper"> 	113	               <div class="search-wrapper"> 
    114	                   <form action="/"> 	114	                   <form action="/">
    115	                       <?php get_search_form(); ?> 	115	                       <?php get_search_form(); ?> 
    116	                   </form> 	116	                   </form> 
    117	                   <div class="form-close"> 	117	                   <div class="form-close"> 

    Hi @arindamg, thank you so much for the help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘next post label and search’ is closed to new replies.