From fe22b37b0ee63d302ba63270e90757787f653972 Mon Sep 17 00:00:00 2001 From: nekenny Date: Fri, 3 Apr 2026 01:16:50 +0500 Subject: [PATCH] feat: add contacts page template and custom footer --- wp-content/themes/bitwms-child/functions.php | 106 ++++ .../page-templates/page-contacts.php | 142 +++++ wp-content/themes/bitwms-child/style.css | 494 ++++++++++++++++++ 3 files changed, 742 insertions(+) create mode 100644 wp-content/themes/bitwms-child/page-templates/page-contacts.php diff --git a/wp-content/themes/bitwms-child/functions.php b/wp-content/themes/bitwms-child/functions.php index df901f4..3423c99 100644 --- a/wp-content/themes/bitwms-child/functions.php +++ b/wp-content/themes/bitwms-child/functions.php @@ -71,3 +71,109 @@ add_action( 'generate_before_header', function () { add_action( 'generate_before_header', function () { get_template_part( 'templates/top-header' ); }, 20 ); + +// --------------------------------------------------------------------------- +// 5. Custom footer (before GeneratePress footer, priority 5) +// --------------------------------------------------------------------------- + +add_action( 'generate_before_footer_content', function () { + $theme_uri = get_stylesheet_directory_uri(); + $current_year = gmdate( 'Y' ); + ?> + + +
+
+ + +

+ + +
+ + +
+

+ + +
+ + +
+

+ +
+ + + +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+
+