FAQs

$faqs = [ [ ‘question’ => ‘Add your question here?’, ‘answer’ => ‘Write the answer here’ ], [ ‘question’ => ‘This is sample question’, ‘answer’ => ‘This is sample answer’ ], ]; ?>Continue reading

PHP – Bouton Export média choisis

/** * Plugin Name: Download Media ZIP * Description: Permet de télécharger une sélection de médias de la médiathèque en fichier ZIP * Version: 1.2 * Author: Votre nom * Text Domain: download-media-zip */ // Sécurité : empêcher l’accès direct…Continue reading

Image gallery

// Get the current post ID $post_id = get_the_ID(); // Get the ACF field group data $tenon_cheeks_section = get_field(‘tenon_cheeks_section’, $post_id); // Check if the field has data if ($tenon_cheeks_section && is_array($tenon_cheeks_section)) { echo ‘ ‘; // Loop through each item…Continue reading