aboutsummaryrefslogtreecommitdiffstats
path: root/content-single.php
diff options
context:
space:
mode:
Diffstat (limited to 'content-single.php')
-rw-r--r--content-single.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/content-single.php b/content-single.php
index 77794cf..14a5723 100644
--- a/content-single.php
+++ b/content-single.php
@@ -1,5 +1,5 @@
<?php
-printf ('
+ printf('
<div class="main col-md-8">
<div class="row single-post">
');
@@ -12,7 +12,6 @@ printf ('
if( have_posts() ):
while( have_posts() ):
the_post();
- //echo '';
$template_html = '
<div class="col-sm-12 post">
<div class="contenedor">
@@ -38,9 +37,9 @@ printf ('
//get_the_content()
//the_category()
);
- printf(' <div class="texto">');
+ printf('<div class="texto">');
the_content();
- printf(' </div>
+ printf('</div>
</article>
</div>
</div>'
@@ -51,5 +50,5 @@ printf ('
printf( '<p>' . __('No post', 'Lidra') . '</p>' );
endif;
rewind_posts();
-printf(' </div>
+ printf('</div>
</div>');