From bd5ac319113b4df653d3268f26b0e88f8df36a8c Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 28 Oct 2013 17:48:46 +0000 Subject: [PATCH] Twenty Fourteen: display titles for aside, link, and quote format on small screens. Props iamtakashi, fixes #25694. git-svn-id: https://develop.svn.wordpress.org/trunk@25969 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyfourteen/content-aside.php | 18 +++++++--------- .../themes/twentyfourteen/content-link.php | 8 +++++++ .../themes/twentyfourteen/content-quote.php | 18 +++++++--------- .../themes/twentyfourteen/content.php | 8 ++++++- .../themes/twentyfourteen/style.css | 21 +++++-------------- 5 files changed, 36 insertions(+), 37 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/content-aside.php b/src/wp-content/themes/twentyfourteen/content-aside.php index 394d65fe27..b7244e7e7e 100644 --- a/src/wp-content/themes/twentyfourteen/content-aside.php +++ b/src/wp-content/themes/twentyfourteen/content-aside.php @@ -18,6 +18,14 @@ + ', '' ); + else : + the_title( '

', '

' ); + endif; + ?> +
@@ -46,16 +54,6 @@