diff options
Diffstat (limited to 'content.php')
-rw-r--r-- | content.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content.php b/content.php index 4c86763..3e5d7fc 100644 --- a/content.php +++ b/content.php @@ -27,7 +27,7 @@ printf (' </div> <div class="info"> <h2 class="titulo"><a href="%s">%s</a></h2> - <p class="fecha">%s</p> + <p class="fecha">%s ' . __('por', ('libre')) . ' <a href="%s" target="_blank">%s</a></p> <div class="extracto">%s</div> <div class="categorias"> %s @@ -45,6 +45,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() |