Is it possible to tokenize theme options to make them available to the basic site editor
Ok through much research, I came up with a way to do this through my theme without having to create a separated plugin. First I set the options in the back end (I am using Redux Framework WP Plugin): <?php Redux::setSection(‘z_theme_opt’, array( ‘title’ => esc_html__(‘Page Tokens’, ‘z_theme’), ‘id’ => ‘opt_page_tokens’, ‘icon’ => ‘dashicons dashicons-html’, ‘fields’ … Read more