I useto call the recent posts in my blog, but I would like to block posts from certain categories, one in particular - workout_musicPHP Code:<?php $myposts = get_posts('numberposts=10&offset=0');foreach($myposts as $post) :?>
Can the PHP tag be written to exclude recent posts in a category?






Bookmarks