April 7, 2024 — The WordPress REST API provides an interface for fetching, adding, updating, and deleting data from a WordPress site in a uniform way.
While the schema for the data types that are available in the REST API is quite extensive, there may be times when you need to store additional data that is not part of the core schema.
In this lesson, you will learn about two methods of adding fields to your REST API requests, either by enabling custom fields in the REST API route, or by making custom fields available as top-level fields.
April 7, 2024 — While the WP REST API is commonly used to fetch data from WordPress, it can also be used to perform other actions.
The REST API also allows you to create, update, and delete various WordPress data types.
In this lesson, you’ll learn about the WP REST API schema, methods to authenticate a WP REST API request, tools to test WP REST API requests, as well as a couple of ways to add, edit or delete data via the WP REST API.
April 7, 2024 — The WordPress REST API provides a uniform interface for interacting with the data in a WordPress site.
In this lesson, you’ll learn how to use the WP REST API to fetch data from your WordPress site.
You’ll discover three internal options for making REST API requests, and then use them to perform a GET request to fetch some public custom post type data.
April 7, 2024 — When you’re developing for WordPress, there are a number of APIs that you can use to interact with your site data. One of the most important of these is the REST API.
This lesson serves as an introduction to the WordPress REST API.
You will learn what the REST API is, as well as some key REST API concepts like routes, endpoints and global parameters, through a series of example requests you can perform in a browser.
April 7, 2024 — The future of open source comes down to how we care for what grounds us, how we manage what distracts us, and how we feed new growth around us. WordPress, as one of the largest open source CMSes in the world, is incredibly grounded in how we came to be—but how are we managing our distractions, and feeding the opportunities around us? Join WordPress’ Executive Director Josepha Haden Chomphosy for a look at what the sprawling future of our project could be as we continue to convert walled gardens into community gardens.
April 7, 2024 — In this enlightening session, delve into the pioneering integration of Web3 technologies with the WordPress ecosystem, a journey that promises to redefine the boundaries of content management and digital publishing. From the foundational days of blogging to the cutting-edge innovations of today, discover how decentralized technologies and the ‘Writing as NFT’ initiative by the LikeCoin organization are paving the way for a new era of WordPress. We’ll explore the impact of these advancements on content creators and the digital landscape, highlighting the potential for greater autonomy, enhanced content monetization, and a truly decentralized web. Join us to uncover the future of WordPress in the age of Web3, where new frontiers await.
April 7, 2024 — Join us this International Women’s Day for a special panel dedicated to uplifting women in the tech industry. Three incredible women in the WordPress community will share their personal journeys, discuss overcoming challenges in their careers, and explore the importance of allyship and supporting other women. Whether you are a tech professional or an ally, come join us for this inspiring panel discussion. Together, we will celebrate and empower women in technology.
April 7, 2024 — Where is WordPress heading?
With turbulent years hopefully behind us, we have a lot to look forward to on the web, especially with regards to WordPress.
– Where does the most dominant CMS go?
– How will it compete?
– What new threats will it face?
These and more questions will be the subject of Noel’s talk, playing with different future scenarios.
April 6, 2024 — Aujourd’hui, on explore ensemble le concept du Full Site Editing (FSE) dans WordPress pour te montrer comment créer du contenu personnalisé. Si tu cherches à offrir une expérience unique et sur mesure à tes clients, cette vidéo est pour toi.
1️⃣ **Qu’est-ce qu’un contenu personnalisé dans WordPress?** On va commencer par comprendre ce que cela signifie vraiment et pourquoi c’est un atout majeur pour ton site.
2️⃣ **L’importance des contenus personnalisés.** Ensuite, on discute de comment ces contenus peuvent transformer un site standard en une solution parfaitement adaptée aux besoins spécifiques de chaque client.
3️⃣ **Créer un contenu personnalisé avec l’extension ACF.** Je te guide à travers le processus d’utilisation d’Advanced Custom Fields pour créer des contenus qui se démarquent.
4️⃣ **Ajouter un modèle d’archive pour ce contenu.** Pour finir, je te montre comment mettre en place un modèle d’archive qui valorise tes contenus personnalisés.
April 4, 2024 — In this lesson, we will examine how you can modify the display of single posts by editing the single posts template.