diff options
Diffstat (limited to 'content-page.php')
-rw-r--r-- | content-page.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/content-page.php b/content-page.php index 611bd8f..8e02404 100644 --- a/content-page.php +++ b/content-page.php @@ -13,12 +13,12 @@ printf ( '<section class="main col-md-8"> the_post(); //echo ''; $template_html = ' - <article class="col-sm-12 post"> + <div class="col-sm-12 post"> <div class="contenedor"> <div class="thumb"> <figure>%s</figure> </div> - <div class="info"> + <article class="info"> <h2 class="titulo">%s</h2> <p class="fecha">%s ' . __('by', 'Lidra') . ' %s <a href="%s" target="_blank">%s</a></p> <div class="categorias"> @@ -42,9 +42,9 @@ printf ( '<section class="main col-md-8"> the_content(); printf(' </div> </div> - </div> + </article> </div> - </article>' + </div>' ); endwhile; else: |