From 377436703424f9addba1e6c14b3f6c3f45eed5d4 Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Thu, 5 Sep 2024 12:38:58 +0200 Subject: [PATCH 1/2] main tag on home and string fixes --- the-shore/patterns/home.php | 76 ++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 39 deletions(-) diff --git a/the-shore/patterns/home.php b/the-shore/patterns/home.php index 49bbfed528..a41b50b3af 100644 --- a/the-shore/patterns/home.php +++ b/the-shore/patterns/home.php @@ -8,23 +8,24 @@ ?> - + +
-
<?php echo __('', 'the-shore');?>
+
<?php esc_attr_e('', 'the-shore');?>
- +
-
<?php echo __('A beach umbrella in front of the sea', 'the-shore');?>
+
<?php esc_attr_e('A beach umbrella in front of the sea', 'the-shore');?>
@@ -32,13 +33,10 @@
- -
<?php echo __('Aerial shot of a small tropical island with a hotel between the trees', 'the-shore');?>
- - - -
-
+ +
<?php esc_attr_e('Aerial shot of a small tropical island with a hotel between the trees', 'the-shore');?>
+ +
@@ -49,12 +47,12 @@
-

+

-
+
@@ -65,16 +63,16 @@
-

+

-
<?php echo __('A beautiful hotel room with views to the sea', 'the-shore');?>
+
<?php esc_attr_e('A beautiful hotel room with views to the sea', 'the-shore');?>
-
<?php echo __('A rainfall shower head on a spa room', 'the-shore');?>
+
<?php esc_attr_e('A rainfall shower head on a spa room', 'the-shore');?>
@@ -85,19 +83,18 @@
- -
<?php echo __('A waiter filling up some wine glasses', 'the-shore');?>
- -

+ +
<?php esc_attr_e('A waiter filling up some wine glasses', 'the-shore');?>
+

- -

+ +

-
-
+
+
@@ -108,12 +105,12 @@ -
<?php echo __('', 'the-shore');?>
+
<?php esc_attr_e('', 'the-shore');?>
- +
@@ -128,19 +125,19 @@ -
<?php echo __('A woman swimming in an infinity pool looking at the sea', 'the-shore');?>
+
<?php esc_attr_e('A woman swimming in an infinity pool looking at the sea', 'the-shore');?>
-
<?php echo __('A hotel pool near a tropical forest', 'the-shore');?>
+
<?php esc_attr_e('A hotel pool near a tropical forest', 'the-shore');?>
-
<?php echo __('A view of a hotel from the pool', 'the-shore');?>
+
<?php esc_attr_e('A view of a hotel from the pool', 'the-shore');?>
@@ -154,16 +151,16 @@ -
<?php echo __('', 'the-shore');?>
+
<?php esc_attr_e('', 'the-shore');?>
- +
- +
@@ -173,21 +170,21 @@
-
<?php echo __('The hands of a masseuse working on someone\'s back', 'the-shore');?>
+
<?php esc_attr_e('The hands of a masseuse working on someone\'s back', 'the-shore');?>
-
<?php echo __('A massage room with two beds with a view to the trees and a pool', 'the-shore');?>
+
<?php esc_attr_e('A massage room with two beds with a view to the trees and a pool', 'the-shore');?>
-
<?php echo __('A woman doing a heart sign with her hands, sitting in a pool', 'the-shore');?>
+
<?php esc_attr_e('A woman doing a heart sign with her hands, sitting in a pool', 'the-shore');?>
-
+
@@ -198,18 +195,19 @@
-

+

-

+

-
+
+
\ No newline at end of file From 46a3d20ee73e7643e5c704338bf6e77b3650f7db Mon Sep 17 00:00:00 2001 From: MaggieCabrera Date: Thu, 5 Sep 2024 12:41:39 +0200 Subject: [PATCH 2/2] main tag on single --- the-shore/templates/single.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/the-shore/templates/single.html b/the-shore/templates/single.html index 2d92590634..a86b3716cf 100644 --- a/the-shore/templates/single.html +++ b/the-shore/templates/single.html @@ -1,24 +1,24 @@ - -
+ +
- -
+ +
-
+
- -
+ +
@@ -65,7 +65,7 @@ - + \ No newline at end of file