Forums
(@malmoth)
11 years, 3 months ago
Hello;
Just change this line; $myposts = new WP_Query(‘posts_per_page=’.$count.’&offset=0&category=’.$exclude);
convert “category” to “cat” inside this line
i mean: WP_Query(‘posts_per_page=’.$count.’&offset=0&cat=’.$exclude);