From 3d2fe8ef3b19bddd7bbdd5de63614327a9c1c35b Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 16 Jan 2024 14:57:10 +0100 Subject: [PATCH] introducing single brochures --- single-brochures.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 single-brochures.php diff --git a/single-brochures.php b/single-brochures.php new file mode 100644 index 0000000..5fbab70 --- /dev/null +++ b/single-brochures.php @@ -0,0 +1,14 @@ +set_404(); + status_header(404); + get_template_part(404); + exit(); +}