Skip to content

Commit

Permalink
Muestra la fecha de loop.box.horizontal solo si es la home page
Browse files Browse the repository at this point in the history
  • Loading branch information
numeroteca committed Oct 29, 2014
1 parent 4ced887 commit 464c3bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion loop.box.horizontal.php
Expand Up @@ -27,7 +27,9 @@
</h4>
<div>
<?php
echo date( 'd/M/Y', $dateinit );
if (is_home()) {
echo date( 'd/M/Y', $dateinit );
}
echo " ". $organizer."<br>";
echo $post_excerpt;
?>
Expand Down

0 comments on commit 464c3bf

Please sign in to comment.