Remove single category from latest posts
-
Hi all,
Hope someone finds this easy and can let me know how I can add a small code to remove a single category from the bellow. The category ID is 61 and I have tried <?php query_posts(‘cat=-61’); ?> to no avail.
<?php
global $post;
$myposts = get_posts(array(‘numberposts’ => 4, ‘offset’ => 0,’post_status’=>’publish’));
foreach($myposts as $post) :
setup_postdata($post);
?>Many thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Remove single category from latest posts’ is closed to new replies.