Hello PG Community Members! ![]()
Per the WordPress documentation on the register_post_type() function, there are several attributes that can be used with the function.
Iām specifically interested in using the template and template_lock parameters, whereby I can dictate exactly which custom WP Blocks are used for specific post type(s).
Can I add these parameters to the register_post_type() function within Pinegrow? If so, how?
If not, how would some of the WP pros here recommend achieving this? Do I need to wait until Iām finished using PG, then add the custom PHP in production?
NOTE: I am exporting as a PLUGIN, not as a theme within Pinegrow.