aboutsummaryrefslogtreecommitdiffstats
path: root/content-search.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-search.php')
-rw-r--r--content-search.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/content-search.php b/content-search.php
index 3dcb6b0..598646e 100644
--- a/content-search.php
+++ b/content-search.php
@@ -20,23 +20,23 @@ printf ('
the_post();
//echo '';
$template_html = '
- <article class="col-sm-6 post">
+ <div class="col-sm-6 post">
<div class="contenedor">
<div class="thumb">
<a href="%s">
<figure>%s</figure>
</a>
</div>
- <div class="info">
+ <article class="info">
<h2 class="titulo"><a href="%s">%s</a></h2>
<p class="fecha">%s&nbsp;' . __('by', 'Lidra') . '&nbsp;<a href="%s" target="_blank">%s</a></p>
<div class="extracto">%s</div>
<div class="categorias">
%s
</div>
- </div>
+ </article>
</div>
- </article>
+ </div>
';
printf(
$template_html,