Archive for 2024

  • How to backup your site

    Speaker: Wes Theron

    March 18, 2024 — In this lesson, we’ll discuss backing up your valuable data. We’ll explore two methods: using your hosting company or a plugin.

  • How to find help with WordPress

    Speaker: Wes Theron

    March 18, 2024 — In this lesson, we will learn how and where to find help with WordPress when you need it the most.

  • Managing spam on your website

    Speaker: Wes Theron

    March 18, 2024 — In this lesson, we will learn how to manage spam using WordPress’s built-in features or an anti-spam plugin.

  • Découvre la Règle magique de Grid Layout pour transformer ton thème WordPress FSE

    WordPress 100% Bloc ExpressSpeaker: Grégoire Noyelle

    March 14, 2024 — 1️⃣ Synchronisation des CSS : ici, le CSS est déjà synchronisé entre le back et le front.

    2️⃣ Construction de la structure : On crée notre structure en utilisant des blocs “Groupes”. Le principal a une classe spécifique. Cela va structurer notre contenu de manière organisée et modulable.

    3️⃣ Déclaration dans theme.json : On se penche sur le fichier theme.json pour y déclarer nos bibliothèques. C’est le coeur de notre personnalisation.

    4️⃣ Application des valeurs dynamiques : On adapte les valeurs de nos bibliothèques pour définir les propriétés CSS, permettant une personnalisation précise et un contrôle optimal de notre design. Autre exemple: Créer des Espacements Dynamiques dans un Thème FSE Basé sur des Blocs – YouTube : https://www.youtube.com/watch?v=KzsjWorTLHI&t=11s

    5️⃣ Intégration de Grid Layout : Enfin, on intègre la règle de Grid Layout, apportant structure et flexibilité à notre mise en page, pour un rendu professionnel et adaptatif.

  • Global settings and styles

    Speaker: Cynthia Norman

    March 14, 2024 — In this lesson we will explore the global settings and styles of a WordPress theme.

    We will describe the purpose of a WordPress theme’s theme.json file, explore the JSON format and the structure of theme.json, and understand the hierarchy used for loading the setting and style configurations of a website.

  • Templates

    Speaker: Cynthia Norman

    March 14, 2024 — In this lesson we will explore templates used in WordPress themes.

    We will describe what theme templates are and how WordPress handles the final markup for you, understand how the templating system works, list and describe the typical templates found within a theme, and differentiate between templates and template parts.

  • Main stylesheet

    Speaker: Cynthia Norman

    March 14, 2024 — In this lesson we will explore the main stylesheet file for WordPress themes.

    We will create the style.css file header to configure data about the theme, describe the list of header fields available within a theme’s style.css file, and add the necessary header field to designate the parent theme’s folder in a child theme.

  • Introduction to themes for developers

    Speaker: Cynthia Norman

    March 14, 2024 — In this lesson we will explore WordPress themes.

    You will differentiate between a theme and a plugin; discover the possibilities of a WordPress theme; and explore the fundamental structure of a block, classic and hybrid theme.

  • Theme structure

    Speaker: Cynthia Norman

    March 14, 2024 — In this lesson we’ll explore the structure of a WordPress theme.

    You will familiarize yourself with the folders and files used in a WordPress theme, describe the required and optional files needed to create a block theme, and list the standard folders used with a block theme.

  • Live WordPress 100% Bloc 23 janvier 2024

    Live WordPress 100% BlocSpeaker: Grégoire Noyelle

    March 12, 2024 — Dans ce replay du live, qui est le dernier de cette longue série, je te montre comment manier les archives des Custom Post Types. Voici le plan détaillé.

    00:00 – Introduction
    01:12 – Ajouter l’archive des CPT dans le menu
    02:05 – Le modèle d’archive pour le CPT dans la hiérarchie
    03:16 – Le fichier archive dans le thème
    04:14 – Création du modèle pour l’archive du CPT
    06:56 – Mélange du structurel et du dynamique
    07:51 – Les réglages de la boucle
    14:43 – Enregistrer l’archive des CPT dans le thème
    16:54 – Créer le modèle pour les Taxonomies sur mesure
    19:25 – Mutualiser les modèles d’archive
    26:42 – Questions / Réponses
    27:54 – Déclaration des taxonomie
    29:05 – Présentation d’Advanced Query Loop
    30:19 – Le nouvel ecosystème des blocs