Settings API repeater fields
After you finish with following article, you will be able to add and get options from your admin with only a few lines of code. this will be creating options for a WordPress theme in this article . Titan Framework(WordPress option framework) Add new theme option function.php if (!class_exists(‘TitanFramework’)) { require_once( get_template_directory() . ‘/titan-framework/titan-framework.php’ ); … Read more