• Hello all:

    I already added necessary categories and tags for my travel site. But I need to have enhanced search capabilities for it. I am not sure if there is any available plugins or I can just add the script on my navigation. Below is something what I am looking for

    <form>
    Destination
    <select>
    <option value=”1″>Destination 1</option>
    <option value=”2″>Destination 2</option>
    </select>

    Surroundings
    <select>
    <option value=”tag/beach_front”>Beach Front</option>
    <option value=”tag/ocean_view”>Ocean View</option>
    </select>

    Price Range
    <select>
    <option value=”tag/300″>Under $300</option>
    <option value=”tag/500″>$300 – $500</option>
    </select>
    </form>

    Thank you very much

  • The topic ‘Advanced Search Capabilities’ is closed to new replies.