• I am developing a Parent block theme for my company and the plan is to utilize child themes for all the sites that will use the parent theme.

    The parent theme consists of custom blocks that are being registered by the themes functions.php file. The issue is that when the child theme is active, it does not see the custom blocks that are registered by the parent theme, even though the function that registers those blocks runs properly.

    Is there something I need to do from the child theme side to see custom blocks registered by the parent theme? We want to avoid the plugin approach as it doesn’t fit our workflow, and all the research I have done up to this point around custom blocks is all around plugins.

    Any help would be greatly appreciated!

Viewing 1 replies (of 1 total)
  • Hi there,

    I suggest that you go with the create block theme plugin route to create your child theme out of the block theme in question.

    For more information click here.

    Best regards,

    Christopher Amirian

Viewing 1 replies (of 1 total)

The topic ‘Child Theme doesn’t see custom blocks’ is closed to new replies.