Erro = Widget Recent Post?
-
Hi, guys! ;D
I create a theme for my blog with widgets! (i lv widget! *-*)
But… When i put the code for to get the recent post… The title’s always same. (The date and the comment change @_@)But, i put the same code on the sidebar.php… Appears correct!
hmmm, why don’t it function in the widget? x-x
the code:
<?php $lastposts = get_posts('numberposts=3&offset=1'); foreach($lastposts as $post) : setup_postdata($post);?> <div class="recent"><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a><br /> <?php the_time('d',true); ?> de <?php the_time('F',true); ?> | <?php comments_number('no comment','1 comment','% comments'); ?></div> <?php endforeach; ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Erro = Widget Recent Post?’ is closed to new replies.