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