diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-22 18:06:06 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-22 18:06:06 -0500 |
commit | d7ce4266759c9c8c9943ceab74feee46ceac96ab (patch) | |
tree | dd27cc0dde1df1bc3bf0b138aa63d86ca042683e /content-single.php | |
parent | 855e7ef478eab7c4f8f0f20215de940e56d8ff73 (diff) | |
download | lidra-theme-d7ce4266759c9c8c9943ceab74feee46ceac96ab.tar.lz lidra-theme-d7ce4266759c9c8c9943ceab74feee46ceac96ab.tar.xz lidra-theme-d7ce4266759c9c8c9943ceab74feee46ceac96ab.zip |
agregando enlace de autor en las entradas
Diffstat (limited to 'content-single.php')
-rw-r--r-- | content-single.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content-single.php b/content-single.php index 31720f8..115d9b3 100644 --- a/content-single.php +++ b/content-single.php @@ -22,7 +22,7 @@ printf (' </div> <div class="info"> <h2 class="titulo">%s</h2> - <p class="fecha">%s</p> + <p class="fecha">%s ' . __('por', ('libre')) . ' %s <a href="%s" target="_blank">%s</a></p> <div class="categorias"> %s </div> @@ -32,6 +32,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() |