Display following error

Warning: Invalid argument supplied for foreach() in
/mnt/local/home/webfwrd/blogfwrd.com/wp-content/themes/blogfwrd/sidebar.php
on line 22


For followin query:

<?php
                    global $post;
                    $recentposts = get_posts('numberposts=10');
                    foreach($recentposts as $post) :?>
                    <li><a href="<?php the_permalink(); ?>"><?php
the_title(); ?><small>Posted on <?php the_time('l, F j, Y');
?></small></a></li>
                    <?php endforeach; ?>

It was working fine before I update to build 8772.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to