Color Scheme

I personally like it when my system adjust the color scheme based on what lighting conditions I’m working in because these computer screens have really taken a toll on my eyesight. I set this theme up to support @media (prefers-color-scheme: dark) by including a Sass @mixin in custom.scss and admin.scss. The Dark Mode toggle for […]

Syntax Highlighter

I added in a syntax highlighter using Rainbow. I only added language support for Shell, SQL, HTML, CSS, PHP, & JavaScript because these are all that’s needed for WordPress. I am fairly persnickety about the color schemes I use in my text editors so I matched the sunburst theme in the colors.scss file. Notes: For whatever […]

dwp-guten v0.4

I dropped the plugin version in favor of the Github development version of Gutenberg. I removed the sup and sub text options from my Gutenberg plugin because they’re now included in the Core. Syncing all functionality between the dwp theme and dwp-guten plugin. In the process of bringing this up to speed, I noticed that […]

Welcome to the Gutenberg Editor

The goal of this new editor is to make adding rich content to WordPress simple and enjoyable. This whole post is composed of pieces of content—somewhat similar to LEGO bricks—that you can move around and interact with. Move your cursor around and you’ll notice the different blocks light up with outlines and arrows. Press the […]

Keyboard navigation

There are many different ways to use the web besides a mouse and a pair of eyes. Users navigate for example with a keyboard only or with their voice. All the functionality, including menus, links and forms should work using a keyboard only. This is essential for all assistive technology to work properly. The only […]

Horizontal Featured Image

Template: Featured Image (Vertical)

This post should display a featured image, if the theme supports it. Non-square images can provide some unique styling issues. This post tests a vertical featured image.

Horizontal Featured Image

Template: Featured Image (Horizontal)

This post should display a featured image, if the theme supports it. Non-square images can provide some unique styling issues. This post tests a horizontal featured image.