How can I make a category function as a page?

With Beaver Builder, I’d just add another plugin called “Display Posts Shortcode” that will insert your category wherever you’d like. Maybe the following will help:

  1. Download the plugin “Display Posts Shortcode” here: https://wordpress.org/plugins/display-posts-shortcode/
  2. Insert the following text on the page where you want display the posts in your category: [display-posts category=”categoryname“]
  3. You can choose to show an excerpt of the post, or the full post with featured image by editing the parameters. More information on the parameters can be found here: https://github.com/billerickson/display-posts-shortcode/blob/master/README.md#parameters

Any edits to the styling of the posts can be made directly in your CSS editor.