Forums
(@matko13)
12 years, 1 month ago
Additional info:
when I’m deleting the second loop:
$q = new WP_Query(array( ‘post__not_in’ => $ids, ‘paged’ => get_query_var(‘paged’), )
everything’s work. But I need to exclude the recent post…
Anyone can help me?