In my forms, I’d like to use the new HTML5 form types, for example <input type="url" /> (more info about the types here). The problem is that Chrome wants...
  • May 5, 2022
  • 0 Comments
I currently have some custom post types “shops” (actually more like pages than posts) and a custom taxonomy “products” linked to those post types. I’m attempting to create a...
  • May 4, 2022
  • 0 Comments
I wanted to change my search form a bit by adding autocomplete="off" to the search input. I initially looked for a simple filter like the following: //* Customize search...
  • May 3, 2022
  • 0 Comments