From 05e0d240d891b1ebd6a35a61f2de8e2a86b20b21 Mon Sep 17 00:00:00 2001 From: "Jorge hangar.org" Date: Thu, 29 Apr 2021 11:47:25 +0200 Subject: [PATCH] added menus, widgets and front page --- announcement.php | 19 + footer.php | 2 +- functions.php | 1 + index.php | 2 +- ...class-foundationpress-home-hero-walker.php | 20 + library/navigation.php | 40 +- library/widget-areas.php | 21 +- originalPHPfiles/page-templates/front.php | 94 ++ .../page-templates/kitchen-sink.php | 982 ++++++++++++++++++ .../page-templates/page-full-width.php | 18 + .../page-templates/page-sidebar-left.php | 19 + page-templates/front.php | 94 +- sidebar.php | 12 - template-parts/home-announcement.php | 19 + template-parts/section-news.php | 62 ++ 15 files changed, 1283 insertions(+), 122 deletions(-) create mode 100644 announcement.php create mode 100644 library/class-foundationpress-home-hero-walker.php create mode 100644 originalPHPfiles/page-templates/front.php create mode 100644 originalPHPfiles/page-templates/kitchen-sink.php create mode 100644 originalPHPfiles/page-templates/page-full-width.php create mode 100644 originalPHPfiles/page-templates/page-sidebar-left.php delete mode 100644 sidebar.php create mode 100644 template-parts/home-announcement.php create mode 100644 template-parts/section-news.php diff --git a/announcement.php b/announcement.php new file mode 100644 index 0000000..c0f00e4 --- /dev/null +++ b/announcement.php @@ -0,0 +1,19 @@ + +
+
+ +
+ +
diff --git a/footer.php b/footer.php index be94d8a..4bc949d 100644 --- a/footer.php +++ b/footer.php @@ -13,7 +13,6 @@