Forums
(@tighef)
15 years, 9 months ago
Cool, that gave me:
query_posts(array( 'post_type' => 'newsletter', 'post_parent' => 0, ));
Works like a charm! Thanks!