create drop down menu in theme customizer from custom db
Assuming that you mean that students is a table within your WP database, this should get you started. I’d recommend a read of the following materials, which are pretty useful – WordPress Codex for $wpdb. WordPress Codex for Theme Customization API. Here is the code to add the dorpdown box – /** Required to make … Read more