Welcome back to this series showing you how to create your first WordPress theme from static HTML. In the first part of this series, you took your static index.html file and converted it to a PHP file. You added some template tags and a loop. In this second part your file will start to look […] View original post at …
HTML to WordPress Theme Tutorial: Step 1 – Converting Your HTML to PHP
For many of us, our first experience of coding for WordPress is when we write our first theme. After all, every WordPress site needs a theme, and if you want something bespoke then it makes sense to code it yourself. When I started out with WordPress in 2010, I’d never worked with a content management […] View original post at …
WordPress 4.8.1 Released, Adds Custom HTML Widget
WordPress 4.8.1 is available for download or as an update from the WordPress Dashboard. This release contains 29 bug fixes and improvements. The most notable addition is a dedicated Custom HTML widget. Custom HTML Widget in WordPress 4.8.1 The Custom HTML widget works similar to the Text widget in WordPress 4.7 and below. To see a full list of changes …