Forums
(@hussv1)
19 years, 1 month ago
I got that error when my query doest return any results. You need to check for that first, like this: <?php $posts = get_posts(‘numberposts=5&offset=1&category=1’); if ($posts!=”) { foreach($posts as $post) : ?>
<?php endforeach; ?> <?}?>