Data aparecendo em 1 post só
Olá galera estou com um problema que quando eu faço varias postagens no mesmo dia que seria a mesma data ela só aparece no ultimo post
/applications/core/interface/imageproxy/imageproxy.php?img=http://i.stack.imgur.com/Ub3Wl.png&key=eca3a46587363abbc4713823548e2ce41f364a8f562ae4965639a9423c112b2a" alt="Ub3Wl.png" />
<article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article">
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
<a>" rel="bookmark" title="<?php the_title_attribute(); ?>"> <div class="box-index" style=" background-image:url(<?php echo $image[0];?>); "></div></a>
<b><a>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></b>
<div class="datee"> <?php the_date(); ?> </div>
<div class="linhapon"></div>
<h2 class="resum"><?php the_excerpt(); ?></h2>
<!--<?php
if ( get_the_post_thumbnail( $post_id ) != '' ) {
the_post_thumbnail();
} else {
echo get_first_image();
}
?>-->
</article>Discussão (2)
Carregando comentários...