Password Protected
To view this protected post, enter the password below:
function exclude_category($query) { if ( $query->is_home ) $query->set('cat', '-3'); return $query; } add_filter('pre_get_posts', 'exclude_category');
To view this protected post, enter the password below: