Tag: HTML
How to Create a WordPress Theme from Scratch


When it’s time to choose a WordPress theme for your website, you have tons of options. Perhaps the most powerful is to forego the readymade themes on the market and build your own. Building your own theme puts you in complete control when it comes to looks and functionality. It can take your project up to that next level. That’s why today, we’re going to show you how to create a WordPress theme from scratch.
How to Use the Custom HTML Block in Gutenberg


Adding HTML to Gutenberg can feel challenging if you’re new to the system. That’s why today’s Quick Guide is about adding a custom Gutenberg HTML block. Learn when—and how—to add HTML code to WordPress posts and pages.
Understanding “Server-Side” and “Client-Side” in WordPress


This article explains “server-side vs. client side” in WordPress development. This distinction, and how the server side and client side interact, is at the core of not only WordPress development, but of any real understanding of how the web works.
Delving Further Into WordPress Website Accessibility


So you’ve read Eric Karkovack’s post on WordPress accessibility, and now you want to make future sites you work on accessible. Great!
How to Fine-Tune Your Existing WordPress Website for Accessibility


Building websites that are accessible to all users has become a major focus of our industry. Not only do we need to ensure that our creations look great on different browsers and devices, but they also need to work well with assistive technologies like screen readers.
HTML Can Do That!?


This is a fun and short little post over at Dev.to from Ananya Neogi. It’s essentially a short-list of lesser known features for which you can just add some HTML markup and have cool features.
Learning PHP for WordPress Development: How to Include PHP in HTML


Welcome to this article on how to use PHP in HTML! Here, we try to get specific about exactly how PHP and HTML interact, at the level of a specific .php file. In other words, how do you actually include PHP in HTML, and what rules can and can’t you follow in weaving PHP and HTML together?
The Four Languages You Must Know to Understand WordPress


Learning WordPress development starts with a lot of key questions, including this one: “What language is WordPress written in?” Another common one is “Should I learn PHP or JavaScript first?” WordPress programming languages is a big topic, but we’ll cover all you need to get started.
How to Customize File Upload Inputs


This code demo saved my bacon on a client project that needed a very specifically styled file upload input box.
Easy Markdown to HTML Conversion with Dillinger


For writing online content, Markdown is a favorite of Redditors and nerds everywhere for writing richly marked-up text without the wordiness of typing HTML tags by hand.