Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Customizer API Native WordPress Customizer Settings Native WordPress Customizer Settings and Sections Quiz

a bug in the code + need help

i dont know if i am allowed to request for assitance but if i am here :

customize->get_section('nav')->panel = 'general_settings';

seem to be outputting an error in the project download 3.7 file

plus how would you suggest i add font-family option in the customizer, i have in mind the drop-down control, i am thinking how i possible pull options from google fonts without enqueing all fonts and styles in the head.

i am using site load time as a factor for my themes customization.

this is the best way i can explain this, more ideal is wellcome, please mind my gramatical errors. thanks in advance

1 Answer

Hello Oziri ,

I am not an experience in Wordpress Theme Development but I found this kind of answer on stackexchange which I think it might help.

https://wordpress.stackexchange.com/questions/258094/wordpress-customizer-typography-how-to-load-just-the-unique-google-fonts

Thank you