No Image

WP Briefing: Episode 15: A Very WordPress Blooper

2021-08-24 KENNETH 0

WP Briefing: Episode 15: A Very WordPress Blooper Ever wonder what it’s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha’s bloopers. Have a question you’d like answered? You can submit them to [email protected], either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless First by Kevin MacLeod Transcript [contemporary intro music] Josepha Haden Chomphosy  00:10 Hello, everyone, and welcome to a bonus briefing. Normally I talk to you about WordPress and stuff, but I figured that we all need a little levity in our lives right now. So today’s episode is actually just a series of bloopers and mistakes that I’ve made while recording. When I was preparing for this podcast, no one mentioned the deep weirdness of standing alone in your closet talking to [ more… ]

No Image

Widgets in WordPress 5.8 and Beyond

2021-08-09 KENNETH 0

Widgets in WordPress 5.8 and Beyond Copy and Design by @critterverse WordPress 5.8 brings the power of Gutenberg blocks to widget areas — which means the highly customizable layout and styling options bring you closer to a WYSIWYG editing experience. I made a test site based on the oldie-but-goodie Twenty Sixteen theme, with three separate widget areas. In this post, I’ll highlight a few cool things that are now possible to do with your widgets and where things may be heading next. Create Interesting Visual Effects With Overlapping Layouts and Duotone Images Appearance-wise, users have a lot more control over widget areas than ever before — especially through the use of blocks with customization options like the Cover and Image block. Here’s what I can create in the classic widgets editor (above) versus what I can create in the new block-based [ more… ]

No Image

The Month in WordPress: July 2021

2021-08-03 KENNETH 0

The Month in WordPress: July 2021 WordPress is global in reach and open source in nature. And you would assume that what allows the software to be used by anyone would also enable it to be built by anyone. After all, your location doesn’t matter, and who employs you also doesn’t matter. And your relative social standing certainly shouldn’t matter. As long as you can communicate with the others contributing to the project, there should be no obstacle to your participation. That was Josepha Haden on the “Cherishing WordPress Diversity” episode of the WP Briefing Podcast, speaking about the importance of diversity, equity, and inclusion within the fabric of the WordPress project. Her statement captures the spirit of the WordPress open source project, and we hope it resonates with you. Now, let’s dive in! Say hello to WordPress 5.8 WordPress [ more… ]

No Image

WP Briefing: Episode 14: The Art and Science of Accessibility

2021-08-02 KENNETH 0

WP Briefing: Episode 14: The Art and Science of Accessibility In this episode, Josepha Haden Chomphosy discusses the nuances of building accessible software, the differences between access, usability, and accessibility, and how this all applies to the WordPress project. Have a question you’d like answered? You can submit them to [email protected], either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Transcription: Nicholas Garofalo Song: Fearless First by Kevin MacLeod References About WordPress Accessibility Make WordPress Accessibility Team WordPress Accessibility Team Twitter WordPress Accessibility Handbook Accessibility Coding Standards Web Content Accessibility Guidelines (WCAG) A11y Checklist The Digital Divide Transcript [contemporary intro music] Josepha Haden Chomphosy 0:10 Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that [ more… ]

No Image

Configuring Theme Design with theme.json

2021-07-30 KENNETH 0

Configuring Theme Design with theme.json Starting in WordPress 5.8, a new tool — “theme.json” — is available to use in your theme. Maybe you’re hearing about it for the first time, or maybe you’re testing and developing themes with it already. Either way, I’m glad you’re here because it’s an exciting time for WordPress themes. This post provides a quick introduction to this new framework, and describes what’s possible by sharing a few practical tips and examples. What’s theme.json? Technically, theme.json is just a file that lives at the top-level of a theme’s directory.  Conceptually, it’s a major shift in how themes can be developed. Theme authors now have a centralized mechanism to tailor the WordPress experience for site authors and visitors. Theme.json provides theme authors fine-grained control over global styles, block styles, and the block editor settings. By providing these [ more… ]