Fairly new to wordpress, I’ve worked through a few brief courses detailing some of wordpress’s mechanics and capabilities. For practice I’m building a theme for a band using template files. I want to know if it’s possible to integrate blocks into those template files so that an end user can edit specific blocks of text. To put it another way, I want to know if it’s possible to tie blocks to specific content or areas of content within a template? So I have a template for a bio page that uses flip cards of band members pictures with bios on the back. Can I tie a block to that so that members can edit their own bios if they’d like? Is that even the right way to approach that problem?
[ad_2]
Are you using ACF for the band members? You can have them as a post type and be edited that way. If I am understanding the question correctly. Then depending on the theme and block plugins you are using you can use dynamic content on the blocks pulling the data from each post.