From 155e593eed8399deccab67b05ec953f0317735ab Mon Sep 17 00:00:00 2001 From: Bernat Date: Wed, 8 Nov 2023 11:31:34 +0100 Subject: [PATCH 001/221] Added "No Header with title" template --- .../templates/template-no-header-title.php | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 themes/osi/templates/template-no-header-title.php diff --git a/themes/osi/templates/template-no-header-title.php b/themes/osi/templates/template-no-header-title.php new file mode 100644 index 0000000..e40f800 --- /dev/null +++ b/themes/osi/templates/template-no-header-title.php @@ -0,0 +1,35 @@ + + +
+ +
+ +
+ + + ', '' ); + get_template_part( 'template-parts/content', 'page-no-header' ); + + endwhile; // End of the loop. + ?> + +
+ +
+ +
+ + Date: Thu, 16 Nov 2023 13:42:15 +0100 Subject: [PATCH 002/221] Added a footer sidebar and removed max-width limitation --- themes/osi/footer.php | 7 ++++++- themes/osi/functions.php | 18 ++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/themes/osi/footer.php b/themes/osi/footer.php index ec77a3e..e137027 100755 --- a/themes/osi/footer.php +++ b/themes/osi/footer.php @@ -32,8 +32,13 @@