Support » Plugin: Category Wise Search » search input area

  • Resolved kohkahhuat

    (@kohkahhuat)


    Dear Sir,
    I have a few questions and would appreciate your help, please:

    (1) after a search result is displayed, can the search input at the “search input area” be cleared so that a new search can be typed in instead of have to backspace the earlier search words?

    (2) how to increase the search input box?

    Thank you & regards,
    Koh, Kah Huat

    https://wordpress.org/plugins/category-wise-search/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Shambhu Patnaik

    (@shambhu-patnaik)

    in category-wise-search.php
    line no 53

    <input type=”text” value=”‘ . get_search_query() . ‘” name=”s” id=”s” />

    to

    <input type=”text” value=”” name=”s” id=”s” />

    Plugin Author Shambhu Patnaik

    (@shambhu-patnaik)

    this issue closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘search input area’ is closed to new replies.