four static pages with a different blog on each
-
I have four different static pages that I would like to link different blog post to. One is a novel serialized, one model ship building, one is American carnival and the last is general aviation. Once I write a post to one of the subjects it should be listed to that page.
The blog I need help with is: (visible only to logged in users)
-
The most efficient way to achieve this is by using Categories paired with the Blog Posts Block. First, assign a specific category to every post you write (e.g., ‘Novel’, ‘Ship Building’, ‘Aviation’, or ‘Carnival’). Then, go to each of your four static pages and insert a ‘Blog Posts Block’ (or ‘Query Loop Block’); in the block settings, use the ‘Filters’ or ‘Pick Category’ option to show only the posts assigned to that specific subject. This setup ensures that once you publish a post with the correct category, it will automatically appear on the corresponding page without any manual updating.
-