Uncategorized

State of HTML 2023 for PHP Folks

The inaugural State of HTML survey was released this year and it was incredible. Its main purpose is of course to collect information about developers’ knowledge of and experience with HTML features. But it also happens to be a fantastic resource for learning about HTML. Even as someone who loves HTML there was so much State of HTML 2023 for PHP Folks

Replacing the Default Search Form in WordPress with Timber

Are you using WordPress and Timber to build a site? Need to replace the default search form? Here’s how. Step 1: searchform.php Create a file called searchform.php in your theme and put this in it: $site = new TimberSite(); allows you to get the home URL in the twig file. Step 2: searchform.twig In the /templates directory of your theme create a Replacing the Default Search Form in WordPress with Timber