• Hello everyone,

    i am using a plugin on my website called ‘search & filter’. It is very basic but it works. Except i want to change the next html code:

    <select name=”ofcategory” id=”ofcategory” class=”postform”>
    <option value=”0″ selected=”selected”>Alle categorieën</option>
    <option class=”level-0″ value=”70″>Ontbijt</option>
    <option class=”level-0″ value=”69″>Lunch</option>
    <option class=”level-0″ value=”68″>Diner</option>
    </select>

    The new code should be:

    <select name=”ofcategory” id=”ofcategory” class=”postform”>
    <option value=”0″ selected=”selected”>Kies</option>
    <option class=”level-0″ value=”70″>Ontbijt</option>
    <option class=”level-0″ value=”69″>Lunch</option>
    <option class=”level-0″ value=”68″>Diner</option>
    </select>

    (the only difference is the name of value 0)

    I am no developer and i just want to know if this can be done and where can i put the new code? I tried inserting the code in the custom html widget but its not working. (I have a child theme with a style.css and functions.php if needed).

    Thank you for your time, Kind regards,

    Ernst

    De pagina waar ik hulp bij nodig heb: [log in om de link te zien]

  • Het onderwerp ‘Search & Filter: customize ‘select name of category’’ is gesloten voor nieuwe reacties.