aboutsummaryrefslogtreecommitdiffstats
path: root/content-page.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-page.php')
-rw-r--r--content-page.php7
1 files changed, 5 insertions, 2 deletions
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 ( '<section class="main col-md-8">
</div>
<div class="info">
<h2 class="titulo">%s</h2>
- <p class="fecha">%s</p>
+ <p class="fecha">%s&nbsp;' . __('por', ('libre')) . '&nbsp;%s <a href="%s" target="_blank">%s</a></p>
<div class="categorias">
%s
</div>
@@ -30,6 +30,9 @@ printf ( '<section class="main col-md-8">
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 ( '<section class="main col-md-8">
);
endwhile;
else:
- printf( '<p>' . __('No hay entradas', 'libre') . '</p>' );
+ printf( '<p>' . __('No hay p&aacute;ginas', 'libre') . '</p>' );
endif;
rewind_posts();
printf(' </div>