issues
search
andamira
/
medula
Starter Theme & Plugin for WordPress
MIT License
8
stars
0
forks
source link
Move the settings API to the plugin, use Customizer API in the theme
#48
Closed
joseluis
closed
8 years ago
joseluis
commented
9 years ago
Move the admin-options.php template file to the plugin, because it uses the settings API.
Create a new
customizer.php
template file for the theme.
Sources:
https://make.wordpress.org/themes/2015/06/11/moving-to-the-customizer-api-from-the-settings-api-using-options-api/
Options API
[Customizer API](
https://developer.wordpress.org/themes/advanced-topics/customizer-api/
customizer.php
template file for the theme.Sources: