I am using metaObjects in shopify. I have created a metaObject name “Projects” . I created a page “Projects” to display those saved projects through liquid code. It is working as per the requirment on Projects page but now i want to display each project detail on single page. How do i approach this ? Like should i create a page and set a template on it and in that template , fetch the metaobject handle to display its details . I am facing issue like how do i call the same single page for all projects details and display its details. Can someone please guide what is the possible way to get each metaObject values on single project page .
Does this solve the issue of having to create multiple single writer pages. If it does how do you create the template to display the “Single page of writer” code? Sorry if I am missing something obvious here
It’s okay @m1ch43l . Thanks for posting it here. I was originally going to write a more illustrative example but unfortunately I never got around to it.