diff --git a/includes/frontend/widgets/class-posts-widget.php b/includes/frontend/widgets/class-posts-widget.php index 71c580f..97799a2 100644 --- a/includes/frontend/widgets/class-posts-widget.php +++ b/includes/frontend/widgets/class-posts-widget.php @@ -254,7 +254,7 @@ public function widget( $args, $instance ) { if ( ! isset( $args['widget_id'] ) ) { $args['widget_id'] = (int) $this->id; } - + if ( Display::exclude_on( $post, $args ) ) { return; }