I am using X theme to create a website for a business and for the page displaying the company’s previous projects I am using Wordpress posts. I am using this approach so that non-technical people can update the projects page by adding a new post in the dashboard and without having to edit the theme.
For the page which displays the list of projects I’m using a Looper provider and dynamic content to loop through each post and display a list item for each one and this is working quite well.
I would like to use a similar approach for displaying the project details webpage when a user navigates to it by selecting an item from the list by creating a generic template which can be used to display dynamic content from the post just like in the list items. For example, create a layout which specifies the position and style of title, image and description text and then display the dynamic content from each post in this way.
Is it possible to achieve this with X template and Posts elements?