July 9, 2024 — This is part 1 of a 3-part series for beginners and new users to block themes and the Site Editor. I will use the WordPress default theme 2024 to demonstrate different block settings and styling.
Workshop included:
– design prep: creating a mockup, finding color palette, ideas
– creating a home page
– editing the page template
– setting global styles
July 9, 2024 — As WordPress evolves, the gap between the Post and Site Editors is narrowing. In WordPress 6.6, slots and extensibility APIs are unified in the @wordpress/editor package global variable, simplifying the integration of extensions across editors for developers. The user interface is also becoming more standardized.
In this Developer Hours session, we explored how these updates can streamline your development process and enhance extensibility like never before. You will learn how to:
– Extend the Post and Site Editor using slots and why you might want to do so
– Display content only when specific conditions are met, such as when editing a custom post type
– Update existing extensions to work in both the Post and Site Editor
– Ensure updated extensions are backward compatible with WordPress 6.5 and lower
July 8, 2024 — In this lesson, we will learn about caching, a technique that improves website performance by storing frequently accessed data for quick retrieval. Caching occurs at multiple levels, including browser caching for static files, server caching for commonly accessed data, and CDN caching to load files from the nearest server. By implementing caching with plugins like W3 Total Cache, you can optimize your WordPress site, resulting in faster loading times and a smoother user experience.
July 8, 2024 — We will explore how to create and add template parts to your theme. With this lesson, you will: describe template parts and how they work, define template part areas, and add template parts to your theme.
July 8, 2024 — We will take a deep dive into the details of how WordPress loads templates in a browser. With this lesson, you will: explain how WordPress uses the query string, briefly explain the template hierarchy diagram, and describe the template hierarchy for a given page being queried.