How do I make so my posts don’t go under blog. I want to have blog posts, but then also I have some posts that I want to put under a menu item as a sub menu
You can create a special category for the posts which you don’t wish to display and then you can hide the posts in that category using the below custom CSS –
if you look at post titled One-Sheet: Proven Sherwood Oaks Method
that should only appear under classes -> resources, but it keeps appearing in blog as well. I want to add 5 posts that I dont want to be part of blog and I want all of them to be under classes-> resources
If you use the above custom CSS then the posts that have category will not get displayed in your blog page , likewise you can add the category which you don’t wish to display .
For this you can use post_snippets_carousel shortcode with taxonomy and terms specified. Pls check themedocumentation to know more about shortcode parameters .