From 68a617c0eb1c371440246972b00385112958ff6e Mon Sep 17 00:00:00 2001 From: Stef Kariotidis Date: Mon, 21 Nov 2016 20:12:07 +0200 Subject: [PATCH] code formatting second batch --- loop-templates/content-blank.php | 5 +-- loop-templates/content-card.php | 2 +- loop-templates/content-empty.php | 5 +-- loop-templates/content-grid.php | 1 + loop-templates/content-none.php | 32 ++++++++-------- loop-templates/content-page.php | 36 +++++++++--------- loop-templates/content-search.php | 33 ++++++++-------- loop-templates/content-single.php | 42 +++++++++++---------- loop-templates/content-verticalpage.php | 37 +++++++++--------- loop-templates/content.php | 50 +++++++++++++------------ 10 files changed, 127 insertions(+), 116 deletions(-) diff --git a/loop-templates/content-blank.php b/loop-templates/content-blank.php index 956858e..c11985d 100644 --- a/loop-templates/content-blank.php +++ b/loop-templates/content-blank.php @@ -1,9 +1,8 @@ - +the_content(); diff --git a/loop-templates/content-card.php b/loop-templates/content-card.php index 87ff452..1d6c49e 100644 --- a/loop-templates/content-card.php +++ b/loop-templates/content-card.php @@ -20,7 +20,7 @@
', - esc_url( get_permalink() ) ), '' ); ?> + esc_url( get_permalink() ) ), '' ); ?> diff --git a/loop-templates/content-empty.php b/loop-templates/content-empty.php index 956858e..a9e3f07 100644 --- a/loop-templates/content-empty.php +++ b/loop-templates/content-empty.php @@ -1,9 +1,8 @@ - +the_content(); diff --git a/loop-templates/content-grid.php b/loop-templates/content-grid.php index 4e2885e..e701aef 100644 --- a/loop-templates/content-grid.php +++ b/loop-templates/content-grid.php @@ -4,6 +4,7 @@ * * @package understrap */ + $col = get_theme_mod( 'understrap_grid_post_columns' ); ?> diff --git a/loop-templates/content-none.php b/loop-templates/content-none.php index 27571fa..7ecc710 100644 --- a/loop-templates/content-none.php +++ b/loop-templates/content-none.php @@ -8,34 +8,36 @@ */ ?> -
- -
+
- + -

Get started here.', 'understrap' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

+

Get started here.', + 'understrap' ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

- + -

- +

+ - + -

+

- + - + -
+
diff --git a/loop-templates/content-page.php b/loop-templates/content-page.php index ffe298c..d8615c7 100644 --- a/loop-templates/content-page.php +++ b/loop-templates/content-page.php @@ -1,38 +1,38 @@ +?>
id="post-"> -
+
- ', '' ); ?> + ', '' ); ?> -
+
- ID, 'large' ); ?> + ID, 'large' ); ?> -
+
- + - '', - ) ); - ?> + '', + ) ); + ?> -
+
-
+
- ', '' ); ?> + ', '' ); ?> -
+
diff --git a/loop-templates/content-search.php b/loop-templates/content-search.php index f3235e9..ace9941 100644 --- a/loop-templates/content-search.php +++ b/loop-templates/content-search.php @@ -1,37 +1,40 @@ +?> diff --git a/loop-templates/content-single.php b/loop-templates/content-single.php index 78da6bd..a324ec2 100644 --- a/loop-templates/content-single.php +++ b/loop-templates/content-single.php @@ -1,42 +1,44 @@ +?>
id="post-"> -
+
- ', '' ); ?> + ', '' ); ?> - -
+
- ID, 'large' ); ?> + ID, 'large' ); ?> -
+
- + - '', - ) ); - ?> + '', + ) ); + ?> -
+
-
+
- + -
+
diff --git a/loop-templates/content-verticalpage.php b/loop-templates/content-verticalpage.php index cd7b160..843120a 100755 --- a/loop-templates/content-verticalpage.php +++ b/loop-templates/content-verticalpage.php @@ -2,39 +2,40 @@ /** * The template used for displaying page content in a vertical layout * The template modifies Article's ID by using post's slug to lower case as anchor point. + * * @package understrap */ -?> +?> -
id="post_title ); ?>"> +
id="post_title ) ); ?>"> -
+
- ', '' ); ?> + ', '' ); ?> -
+
- ID, 'large' ); ?> + ID, 'large' ); ?> -
+
- + - '', - ) ); - ?> + '', + ) ); + ?> -
+
-
+
- ', '' ); ?> + ', '' ); ?> -
+
diff --git a/loop-templates/content.php b/loop-templates/content.php index e40e740..389fb33 100644 --- a/loop-templates/content.php +++ b/loop-templates/content.php @@ -1,46 +1,50 @@