Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Hide Category From WordPress Archive Custom Loop Reply To: Hide Category From WordPress Archive Custom Loop

#196434
zephyr44
Participant

Update: I don’t know if it’s an ideal way to do it but it seems to work with the following:

$blog_query = new WP_Query( ‘cat=-5’, array( ‘post_type’ => ‘post’, ‘paged’ => $paged, ) );