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-search.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content-search.php') diff --git a/content-search.php b/content-search.php index 94bcdb3..abcab42 100644 --- a/content-search.php +++ b/content-search.php @@ -29,7 +29,7 @@ printf ('

%s

-

%s

+

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

%s
%s @@ -47,6 +47,8 @@ printf (' get_the_permalink(), get_the_title(), get_the_time( 'd-M-Y' ), + get_the_author_meta('user_url'), + get_the_author(), get_the_excerpt(), //the_category() get_the_category_list() -- cgit v1.2.3