From 4167904e8cb4391b06c84373ca38af9859246e1e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Feb 2026 17:24:02 +0100 Subject: [PATCH] FEATURE Introducing a template part that create a front header block --- template-parts/front-header.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template-parts/front-header.php diff --git a/template-parts/front-header.php b/template-parts/front-header.php new file mode 100644 index 0000000..b51ccbe --- /dev/null +++ b/template-parts/front-header.php @@ -0,0 +1,8 @@ + + +
+
+

historique

+'; +echo do_blocks($block_content);