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.
July 8, 2024 — We will cover the purpose, structure and loading of templates. With this lesson you will: describe the purpose and structure of a template, list the sequence templates are loaded by WordPress, and with theme starter files in place, create a template from scratch.
July 5, 2024 — En esta charla hablaremos del nuevo propósito de los eventos de comunidad de WordPress:
– Las diferencias con el antiguo propósito
– Los retos actuales a los que nos enfrentamos todos los organizadores de eventos y el punto de inflexión tan interesante en el que nos encontramos ahora mismo.
Tenemos en nuestras manos el diseñar el futuro de los eventos de comunidad de WordPress, el abrirnos de nuestras burbujas y el mostrar a las nuevas generaciones y a nuevas audiencias el potencial de un proyecto de código abierto como WordPress.
Miraremos juntos y discutiremos los datos estadísticos publicados en este post “Current challenges of WordPress Events. Shaping the future”(https://make.wordpress.org/community/2024/05/31/current-challenges-of-wordpress-events-shaping-the-future/) y hablaremos de cómo nos afecta y cómo podemos actuar a nivel local y regional con nuestras comunidades de WordPress.
La segunda mitad de la hora será un Q&A para responder preguntas y/o dudas y hablar de nuestras experiencias personales como organizadores y/o mentores de Meetups, WordCamps o cualquier otro tipo de evento de WordPress.
Cualquier persona es bienvenida a esta quedada, incluso si no has organizado un evento de WordPress nunca pero estás pensando en hacerlo, será muy interesante para todos el poder alinearnos!
July 3, 2024 — In this lesson, you’ll delve into the world of WordPress custom post types. Learn how to define, create, and display custom content types tailored to your site’s needs, enhancing content organization and user experience. Whether you’re setting up product listings, event calendars, or portfolio showcases, mastering Custom Post Types will empower you to leverage WordPress’s flexibility and scalability effectively.