aboutsummaryrefslogtreecommitdiffstats
path: root/content.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2017-02-26 17:38:49 -0500
committerHeckyel <heckyel@openmailbox.org>2017-02-26 17:38:49 -0500
commit591809d44a736e70c3e35d91904be189214a9373 (patch)
tree7dc859efc80b7e1b4b4f457f15d014af39833c63 /content.php
parent73b6bc7ec0d2acf85cad577fba332a2113a8a923 (diff)
downloadlidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.lz
lidra-theme-591809d44a736e70c3e35d91904be189214a9373.tar.xz
lidra-theme-591809d44a736e70c3e35d91904be189214a9373.zip
ajustes css y etiqueta figure
Diffstat (limited to 'content.php')
-rw-r--r--content.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/content.php b/content.php
index 543906d..5c47b14 100644
--- a/content.php
+++ b/content.php
@@ -22,7 +22,7 @@ printf ('
<div class="contenedor">
<div class="thumb">
<a href="%s">
- %s
+ <figure>%s</figure>
</a>
</div>
<div class="info">
@@ -41,7 +41,7 @@ printf ('
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' ),