March 24, 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. By default, it provides REST endpoints (URLs) representing the posts, pages, taxonomies, and other built-in WordPress data types. Your application can send and receive JSON data to these endpoints to query, modify and create content on your site. However, it is also possible to extend the WP REST API, in order to perform specific actions that are outside of the scope of the default routes and endpoints. In this session, you will learn about one of the ways you can extend the WP REST API, by modifying REST responses.
March 23, 2023 — Have you ever wanted to update your site’s design, but wondered exactly what that would entail? It sounds so daunting, so maybe you’ve wanted to watch someone else do it first before you tried? If so, then this online workshop is for you!
Come join this informal live stream where Ben will update his personal blog’s design while answering questions from attendees. In this multi-part workshop, you’ll get to see the full process of updating a site’s design, including:
* Creating a local staging site of a live site and transferring updates between the sites
* Updating a site’s theme from Twenty Twenty-Two to Twenty Twenty-Three
* Editing templates and template parts in the Site Editor
This is Part 2 of a multi-part series.
March 22, 2023 — Penpot es una herramienta de diseño colaborativo en la nube basada en el navegador (multiplataforma), gratuita y de código abierto.
Podemos crear prototipos interactivos de nuestra web WordPress y compartir el diseño mediante un enlace para presentar la propuesta a clientes, pasarle el diseño al equipo de desarrollo o hacer tests con usuarios.
Podemos trabajar en equipo de manera asíncrona o simultánea y obtener feedback en la propia herramienta.
Además, Penpot tiene una comunidad, que comparte librerías y plantillas.
En esta charla, veremos las ventajas de trabajar con herramientas de código abierto, repasaremos la interfaz de Penpot para familiarizarnos con ella y comprenderemos los beneficios de prototipar antes de ponernos a implementar nuestra web.
March 22, 2023 — En esta charla sobre la comunicación visual en páginas web, Mercedes, historiadora del arte y fotógrafa, explica la importancia de transmitir mensajes a través de imágenes, signos y símbolos. Aprendemos cómo elementos como el color, la textura y la composición visual afectan la percepción y recepción de nuestro mensaje. Mercedes comparte ejemplos y experiencias personales, subrayando la necesidad de diseñar una web con un mensaje claro y bien estructurado para llegar efectivamente a nuestra audiencia. Además, muestra cómo definir los valores y la identidad de nuestra empresa es crucial para una comunicación visual exitosa.
March 20, 2023 — A template provides the structure or design for how a page is displayed. That usually includes a header template part, a content area and a footer template part. In this beginner session, we will look closer at the various templates available, the template layout, and how to assign a template to a post or page.
March 20, 2023 — ¿Eres principiante en el mundo web? ¿Te gustaría conocer las bases fundamentales para crear una página web?
Pues estás en la charla adecuada. Aquí aprenderás la base sobre cómo contratar un hosting y dominio web, qué es WordPress y cómo te puede beneficiar en tu negocio, funcionamiento de todos los elementos de la web y plugins necesarios para el desarrollo de la misma, consejos para no morir en el intento y mucho más.
March 20, 2023 — Presentación de WordCamp Torrelodones 2023
March 20, 2023 — A modo de pincelada veremos la base que nos da Planificar para así poder descubrir y determinar procesos que podremos Automatizar y ahorrar tiempo.
Entenderemos las bases de la Planificación, veremos la magia de la Automatización y cerraremos con ejemplos de procesos automatizados que nos ahorrarán mucho tiempo y evitarán que cometamos errores.
Los ejemplos te permitirán coger ideas y adaptarlas a tus necesidades y día a día.
March 17, 2023 — The WordPress User Roles and Capabilities system provides a robust way to control user access to sensitive data on your WordPress site.
While the predefined roles and capabilities should suffice for most requirements, it is also possible to add new user roles, and define capabilities for that role.
In this session, you’ll learn about the default WordPress roles and capabilities, how they are set up and stored in the WordPress database, and how you can create custom roles and assign capabilities.