February 17, 2023 — The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON (JavaScript Object Notation) objects. It is the foundation of the WordPress Block Editor.
However, it also provides a more predictable and structured way to interact with your site’s content than using admin-ajax. In this session, you will learn how to use the WP REST API in place of using admin-ajax, in order to interact with existing WordPress data.
February 16, 2023 — Aditya manages the Hosting Support team at WPMU DEV. He is a WordPress evangelist, and is a tech enthusiast, & has presented talks at several tech conferences including WordCamp Kochi, Google Cloud Community Days, Microsoft Global Azure Bootcamp, etc. He has also been an active contributor to the community for 7+ years where he organized numerous WordPress meetups in Bhopal, India and various workshops on WordPress that have positively impacted thousands of students and professionals. Aditya introduced the WordPress Bhopal meetup Chapter in 2015 and aims to build a better and safer WordPress space by creating mass technical awareness.
Speaker Type: International
Topic: WPCLI Unleashed
Topic Description:
Remember the famous WordPress “five-minute installation” process? Find out what you can do using WP-CLI in minutes. Learn WP-CLI from basic to advance and everything else that can happen from the terminal in 25 minutes.
Intended Audience: Beginner to Intermediate
February 15, 2023 — WordPress.org’s Learn WordPress platform is a comprehensive resource for users looking to learn more about the WordPress content management system and its various features and functions. The platform offers a variety of resources which are designed to help people learn to use, extend, and contribute to WordPress through synchronous and asynchronous learning.
In this workshop, we discuss:
* An overview of the Learn WordPress platform
* Content Types on Learn WordPress
* Sharing Learn WordPress
* How to Contribute to Learn WordPress
February 15, 2023 — Developer Hours are informal discussions where WordPress developers can talk about a variety of related topics with both peers and experts.
In this session 12 developers talk about adding a block implementation of a shortcode or widget to an existing plugin.
February 14, 2023 — In January 2023, a few community members from the FSE Outreach Program gathered to discuss various upcoming features specific to Block Themers:
– Applying local styles globally: push block design changes from post/template editor to global styles.
– Inputs for Custom CSS: add custom CSS from the site editor Styles panel.
– Exploring the Style Book: show all blocks (including third-party) in site editor, making it easier to test everything when designing.
– Edit block style variations: edit (not yet create) existing block styles of a theme from the Styles panel.
February 10, 2023 — Have you ever wanted to make a video tutorial about WordPress, but weren’t sure where to begin? If so, join Sarah Snow in an overview of her process of creating video tutorials for learn.wordpress.org, including how to set up a test site, resources for images, sound considerations, how to record with Zoom, and more.
February 10, 2023 — The WordPress REST API is more than just a set of default routes. It is also a tool for creating custom routes and endpoints. In this session, you’ll learn how to create custom routes and endpoints, and test them using Postman.
February 10, 2023 — Do you love Gutenberg but struggle to keep up with the feature that is going on with it? Toil no more, and join your host in a live exploratory session of what is new in Gutenberg.
We’ll look at what changes feature development from the past month has produced and explore these noted updates in a local WordPress instance.
February 8, 2023 — In this video tutorial, we will take a closer look at how we can use a migration plugin to migrate our site to a new host and domain.
February 8, 2023 — One major benefit of block themes is that they can be built with very little CSS. For example, the Twenty Twenty-Three theme has none. All block styles are defined in a theme.json file. While theme.json is getting more powerful with each WordPress release, you will likely need to add some custom CSS in most projects.
This Online Workshop will explore ways to add custom CSS to a block theme while ensuring those styles work correctly in the Editor and on the site’s front end. If time permits, we will also discuss a Sass workflow you can employ to optimize per-block styles.