How do I set content in my pages so that it remains permanent while blog posts are added below?

If you want to show that static content in your post then you can find post.php template in your theme and find function “the_content();” just before this function make a div for your static content and add our static content there.
Similarly if you want to show that content in page then find page.php template which is default and archive.php for category page.