Dynamic post title list opening posts in same window

Hi.

I want to achieve the following: a two column layout (can be sidebar and main, but rather not) with a dynamic post (title) list in the left column and the posts ‘opening’ in the right column. So, effectively, the post title list on the left serves as a menu for the posts that will show on the right.

Is this possible? I tried fiddling with loopers, but couldn’t make it work.

Thanks in advance!

Hello Hugo,

Thanks for posting in! You can use the Cornerstone Form for this feature that you wanted. On the left side, use the Cornerstone Form to load the post list items. On the right side, you can run a Looper Provider Query String post_type=post&p={{dc:form:data key="postid" fallback="1"}}

You can check out this sample template that you can import into your staging site: https://www.dropbox.com/scl/fi/hvmuki38c684tctz838eh/sample-template.tco?rlkey=lf2ocll06dk5ftvcvv1lsunvp&st=7fdxtad1&dl=0

Best Regards.

Thank you, Ruenel.

I guess i need the Max plugin pack for this, right?