• What is this language?
    I want the search to return only POSTS in the category “Counsellors”.
    Can you discover why it returns posts from other categories as well?
    Can you suggest a fix?

    <form role=”search” method=”get” class=”search-form” action=”https://relationshapes.org/”&gt;
    <label>
    <input type=”search” class=”search-field” placeholder=”Enter city, suburb, or counsellor name …” value=”” name=”s” />
    <input type=”hidden” name=”cat” value=”Counsellors”>
    </label>
    <input type=”submit” class=”search-submit” value=”Search” />
    </form>

    It is at this site
    https://relationshapes.org/

  • The topic ‘What is this language?’ is closed to new replies.