diff options
Diffstat (limited to 'content-search.php')
-rw-r--r-- | content-search.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/content-search.php b/content-search.php index 1742857..ba3759c 100644 --- a/content-search.php +++ b/content-search.php @@ -24,7 +24,7 @@ printf (' <div class="contenedor"> <div class="thumb"> <a href="%s"> - %s + <figure>%s</figure> </a> </div> <div class="info"> @@ -41,9 +41,7 @@ printf (' printf( $template_html, get_the_permalink(), - // has_post_thumbnail(), - // the_post_thumbnail( 'homepage-thumb' ), - get_the_post_thumbnail(), + get_the_post_thumbnail( null, '', $attr = array( 'title' => get_the_title() ) ), get_the_permalink(), get_the_title(), get_the_time( 'd-M-Y' ), |