I'm new to Wordpress so please bear with me. I have created a site with two levels of hierarchy: top level and secondary level. The secondary pages are grouped below corresponding top level pages.
I see that page content is retrieved using page.php. I also see from page.php that the existence of content is tested by have_posts() and retrieved using the_post().
How could I achieve having two different types of content on the the same page: "static" or evergreen page content at the top, and posts sharing the same category underneath? I have Googled this all day and not found a satisfactory answer.
Thanks.