Extending the customizer

I’d like to add some things to the customizer, specifically address, phone, and would really like to add them to the settings panel. I’m using a child theme and I’ve tried hooking in to after_setup_theme and including a modified file but haven’t had any luck.

Is this possible to do or should I just create a separate panel for these additional settings?

Hey Josh,

It should work just fine. I think you should be looking at the customize_register and related actions. Have you taken a look at the codex for this?

https://codex.wordpress.org/Theme_Customization_API

Justin

Was thinking about it in the wrong way – got it working, thanks