@artartifact- I’m using minimatica as well because of the front page and I am trying to make it a little more like a group of static pages versus a true blog.
I went into default_widgets.php and on line 24 removed the word pages so it looked like this:
$title = apply_filters(‘widget_title’, empty( $instance[‘title’] ) ? __( ” ) : $instance[‘title’], $instance, $this->id_base);
I’m new to this, but it did what I was trying to do.