From 9d4675c7d6783ce90687e0652836bb0ee9c92ff7 Mon Sep 17 00:00:00 2001 From: "Phoenix C. Enero" Date: Thu, 28 Apr 2016 15:35:52 +0800 Subject: [PATCH 1/2] Only show page footer if there's an edit link. Checks the output of `get_edit_post_link()` before displaying the entry footer. --- template-parts/content-page.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template-parts/content-page.php b/template-parts/content-page.php index fc8241f..e615a3c 100644 --- a/template-parts/content-page.php +++ b/template-parts/content-page.php @@ -25,6 +25,7 @@ ?> + + From ce8d6cc3bab748d6193449853d9cf1ac62128b3a Mon Sep 17 00:00:00 2001 From: "Phoenix C. Enero" Date: Mon, 13 Jun 2016 13:36:45 +0800 Subject: [PATCH 2/2] Indent `.entry-footer` in `content.page.php` --- template-parts/content-page.php | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/template-parts/content-page.php b/template-parts/content-page.php index e615a3c..86b2c30 100644 --- a/template-parts/content-page.php +++ b/template-parts/content-page.php @@ -26,18 +26,18 @@ -
- "', '"', false ) - ), - '', - '' - ); - ?> -
+
+ "', '"', false ) + ), + '', + '' + ); + ?> +