I have the Show Categories Plug in https://mookitty.co.uk/devblog/category/show-categories/
Then you specify what category you want to show for that page, by adding a call tag.
Here is an example of a line I am using for all the pages of my site, just changing the #
<?php show_category_posts("category=85"); ?>
<?php if ($scp_posts) : foreach ($scp_posts as $post) : start_wp(); ?>
<div class="post">
<div class="storycontent">
<?php the_content(); ?>
</div>
<?php endforeach; else: ?>
<?php endif; ?>
allusion, I have been playing around with the New page some, but I have a website full of pages, that I would like to control, edit, with WordPress but haven’t thought of a way to do it.
Looking at some other solutions now, like CMS Master.