Is it possible to convert Gutenberg code to template and how?
-
I would love to be able to create a template in gutenberg, then just paste it into pods and it would work!
Is that possible to “convert”the code?
For example, this is the code in Gutenberg editor:
<!-- wp:columns --> <div class="wp-block-columns"><!-- wp:column {"UAGDisplayConditions":"responsiveVisibility"} --> <div class="wp-block-column"><!-- wp:heading --> <h2>Left Col:[pods field="video_title"]</h2> <!-- /wp:heading --></div> <!-- /wp:column --> <!-- wp:column --> <div class="wp-block-column"><!-- wp:heading --> <h2>Right Col:[pods field="video_description"]</h2> <!-- /wp:heading --></div> <!-- /wp:column --></div> <!-- /wp:columns -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Is it possible to convert Gutenberg code to template and how?’ is closed to new replies.