feat: show WordPress posts

This commit is contained in:
2025-09-17 22:30:09 +04:00
parent 63f947fefc
commit 57e0a0d35f
8 changed files with 556 additions and 10 deletions
+13
View File
@@ -252,6 +252,19 @@ define('COUNTDOWN_TIMEZONES', [
'Kanaky' => 'Pacific/Noumea'
]);
// =========================================
// Intégration WordPress
// =========================================
// URL du site WordPress pour récupérer les articles (sans trailing slash)
// define('WORDPRESS_URL', 'https://votre-site-wordpress.com');
// Nombre d'articles WordPress à afficher
// define('WORDPRESS_POSTS_COUNT', 6);
// Activer/désactiver l'affichage des articles WordPress
// define('WORDPRESS_ENABLED', true);
// =========================================
// Texte de présentation du mouvement
// =========================================