Disclaimer: If you have never used ACF Flexible Content to build a site, please reserve the hate and all that – looking just for help.
I’m creating a website that’s 100% modular, done with Flexible Content.
I have Pages such as: Home, About, Services, Blog, Portfolio, Contact
All of those pages styled using Flexible Content, these are PAGES.
I have created a custom field for Services and Portfolio, and I used WP Query to display each individal item. These are CUSTOM fields. Show this field group if post type to Services. Not a page.
So when you click it, what happens you go to single-[custom-post-type].php, however I just have single.php to keep it dynamic, which works.
The problem lays that when I have showed the flexible content page templates in the Services or Portfolio, and I add few items, I need go to every single item and set the layout. How can I do so the layout stays all the same in Service or Portfolio custom field?