Development

  • HTML is a fundamental technology of the web. It is literally the language that makes websites work. You can have a website with no CSS, it’ll just look like a formatted text document. You can have a website with no JavaScript, it’ll just not have any interactivity but the content will still be there. You…

  • One of the first things we learn when becoming a WordPress developer is how to load scripts and styles using the wp_enqueue_scripts hook. We can take this one step further and, instead of loading these assets on every page, we can conditionally load them only on the pages that need them. This means less things…

  • A quick tip when building your theme is to separate any logic to the display of your data. For example you might have this code (taken from the codex) in your single.php to loop through and show the categories for a particular post But by putting the code inside the template you’re mixing logic (looping…

  • I’ve recently built a couple of block themes in the last few months, the first was for this website and the second was for Molten, a theme that I built for restaurant owners and people in the food and drink industry. Building block themes has been an interesting and pretty good experience overall but there…

Need a web developer? Let’s chat