From e661996c658e699e9e452b6522d64e270e121fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Tue, 15 Aug 2017 09:56:33 -0500 Subject: =?UTF-8?q?corrige=20posible=20redirecci=C3=B3n=20no=20deseada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'content.php') diff --git a/content.php b/content.php index e81a4ef..9dafbe6 100644 --- a/content.php +++ b/content.php @@ -27,7 +27,7 @@

%s

-

%s ' . __('by', 'Lidra') . ' %s

+

%s ' . __('by', 'Lidra') . ' %s

%s
%s @@ -41,7 +41,7 @@ get_the_permalink(), // has_post_thumbnail(), // the_post_thumbnail( 'homepage-thumb' ), - get_the_post_thumbnail( null, '', $attr = array( 'title' => get_the_title() ) ), + get_the_post_thumbnail( null, '', $attr = array( 'title' => get_the_title() ) ), get_the_permalink(), get_the_title(), get_the_time( 'd-M-Y' ), @@ -50,11 +50,11 @@ get_the_excerpt(), //the_category() get_the_category_list() - ); - endwhile; - else: - printf( '

' . __('No post', 'Lidra') . '

' ); - endif; + ); + endwhile; + else: + printf( '

' . __('No post', 'Lidra') . '

' ); + endif; rewind_posts(); printf ('
-- cgit v1.2.3