Language: English

  • Use the Create Block Theme plugin for exports, and theme variations

    Speaker: Wes Theron

    September 10, 2024 — In this lesson, you’ll learn how to use the Create Block Theme plugin to customize, save, and export a WordPress theme. You’ll explore how to apply changes to colors, fonts, and layouts and export your modified theme as a zip file for use on other websites.

  • Setting up a WordPress blog

    Speaker: Wes Theron

    September 10, 2024 — A blog allows you to share ideas, connect with like-minded people, and enhance your online presence. In this session, we will learn how to set up a blog, create posts, and create categories and tags.

  • Developer Hours: A First Look at the Template Registration API in WordPress 6.7

    Speakers: Justin Tadlock, Nick Diego

    September 10, 2024 — WordPress 6.7 will include a new template registration API, letting you register custom block templates in your plugins. This long-needed feature lets you create default front-end output that plays nicely with themes while also being customizable from the Site Editor by users.

    In this Developer Hours session, we looked at:

    – The basics of registering templates for your plugin.
    – Working with the template hierarchy and themes.
    – Building custom templates for custom post types and taxonomies.
    – Taking your templates to the next level by integrating them with custom fields, block variations, and more.
    – Creating templates for entirely custom URLs built with the Rewrite API.

    Presentation Slides »

  • Submitting an enhancement to the WordPress Playground Block

    Speaker: Jonathan Bossenger

    September 6, 2024 — The WordPress Playground block is a way to load an instance of WordPress Playground inside your WordPress site.

    It includes an interactive code editor, that currently only supports plugins.

    Over the course of the next few live streams, I will be working on submitting a PR so that it can also support themes.

  • Understand where your files live

    Speaker: Wes Theron

    September 3, 2024 — This lesson introduces WordPress users to the basics of accessing their site files via FTP or cPanel’s File Manager. It covers the WordPress file structure, how to download and upload files, and an overview of the wp-config.php file for troubleshooting or setup purposes. By the end, you’ll gain confidence in navigating your site’s files and understanding how they fit into “the cloud.”

  • Introduction to phpMyAdmin

    Speaker: Wes Theron

    September 3, 2024 — This lesson introduces WordPress users to their site’s database, explaining the difference between site files and the database, and guiding users on how to access and explore it using phpMyAdmin. You’ll learn about key tables like wp_options and wp_posts and understand how data is structured.

  • How to install WordPress on an Ubuntu VPS: OpenLiteSpeed edition

    Speaker: Jonathan Bossenger

    September 2, 2024 — Many hosting options are available for WordPress, but one of the more popular options for developers is using a VPS or virtual private server. VPS services like Digital Ocean, Amazon EC2, and Google Cloud cost a fraction of more traditional managed hosting, with the benefit of controlling your server.

    The downside is that you must know your way around server management, including keeping it secure. Fortunately, a wide variety of knowledge is available to guide you through the process.

    Over the next couple of live streams, I’ll explain how to set up and manage your own WordPress VPS. We’ll cover the initial server configuration, installing WordPress in both single-site and multi-site installs, different web server software options and configurations, and some security and maintenance best practices.

    We covered the initial server setup using Apache and Nginx in the first two streams. This stream will cover installing and configuring OpenLiteSpeed as the web server software.

    JB LoFi streaming bundle © 2024 by EchoJelly (https://echojelly.com/) is licensed under CC BY-SA
    4.0.
    To view a copy of this license, visit https://creativecommons.org/licenses/
    by-sa/4.0/

  • What is WordPress Multisite?

    Speaker: Wes Theron

    August 28, 2024 — In this lesson, we will explore the world of WordPress Multisite – a powerful feature that allows you to manage multiple WordPress sites from a single installation.

  • Using the Grid block

    Speaker: Wes Theron

    August 28, 2024 — The Grid block is a versatile container for organizing multiple blocks within it. It allows you to control the color, text style, height, width, and positioning of all the blocks inside. Essentially, it’s a variation of the Group block, offering enhanced layout options.

    In this online workshop, we’ll dive into how to use and design with the Grid block.

  • Developer Hours: Building WordPress themes with the Create Block Theme plugin

    Speakers: Tammie Lister, Birgit Pauli-Haack

    August 27, 2024 — In this Developer Hours session, we explored how to use the Create Block Theme plugin to make block theme development easier. Tammie Lister, core committer, theme maintainer, and contributor to Gutenberg, joined us to explain how it works and talk about the new features. Whether you’ve used the plugin before or created your own block theme, you won’t want to miss this chance to see how it can improve your workflow.

    The following topics are covered in this session:

    – How to create a theme from scratch
    – How to clone an existing block theme or create a child theme
    – How to customize your theme in the Site Editor
    – How media used in templates is managed for you
    – How the plugin helps make themes translation-ready
    – And more!

    Presentation Slides »