[ad_1]
Hi @mniggemann,
It’s technically possible, but it would be a really big chunk of code to add to a child theme. You’d need to add a custom Customizer class in the child theme with the settings, functions for retrieving the values, and plug content.php in Chaplin to insert the output of the meta fields.
It would be a lot easier to add output of the custom post meta you want in content.php, in that case. Albeit not as flexible in the long term.
— Anders
Anders, thanx for the quick reply. You’re probably right, I’ll stick to editing the templates and CSS, should look the same in the end.
Cheers!
