From d7ce4266759c9c8c9943ceab74feee46ceac96ab Mon Sep 17 00:00:00 2001 From: Heckyel Date: Wed, 22 Feb 2017 18:06:06 -0500 Subject: agregando enlace de autor en las entradas --- content-page.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'content-page.php') diff --git a/content-page.php b/content-page.php index dceb945..8844209 100644 --- a/content-page.php +++ b/content-page.php @@ -20,7 +20,7 @@ printf ( '

%s

-

%s

+

%s ' . __('por', ('libre')) . ' %s %s

%s
@@ -30,6 +30,9 @@ printf ( '
get_the_post_thumbnail(), get_the_title(), get_the_time( 'd-M-Y' ), + get_avatar( get_the_author_meta('ID'), 18 , '', 'author'), + get_the_author_meta('user_url'), + get_the_author(), get_the_category_list() //get_the_content() //the_category() @@ -45,7 +48,7 @@ printf ( '
); endwhile; else: - printf( '

' . __('No hay entradas', 'libre') . '

' ); + printf( '

' . __('No hay páginas', 'libre') . '

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